
img {
border: none;

}
.big_img .ul {
list-style: none;
}

.big_img .ul .li {
display: none;
}

#box {
width: 600px;
margin: 30px auto;
position: relative;
left:1px;
height: 97%;
box-shadow: 2px 3px 10px 5px rgba(3,0,0,.75);
}

.current {
display: block;
}
.big_img {
width: 600px;
height: 300px;
overflow: hidden;
background: #FFFFFF;

}

.slider_list {
background: #A6750D;
width: 600px;
position: absolute;
top: 302px;
margin-top: -3px;
padding-top: 8px;
padding-bottom: 7px;
}

.slider_list li {
opacity: 0.5;
filter: Alpha(Opacity="50");
display: inline;
float: left;
margin: 0 0 0 35px;
position: relative;
width: 60px;
height: 60px;
}
.slider_list .current {
position: relative;
background: none;
opacity: 1;
;
filter: Alpha(Opacity="100")

}
.slider_list .current .border {
position: absolute;
display: block;
background: #000000;
width: 60px;
height: 4px;
overflow: hidden;
left: 0;
bottom: 0;


}


