.slider_box{padding:16px 0 16px 16px; margin-bottom:15px; background-color:#fff; border-bottom:0px solid #d4d4d4; box-shadow: inset 2px 2px 4px 4px rgba(0,0,0,0.10);}
.slider {width:995px;height:340px;margin: 0 0 0 0; position:relative; box-shadow: 0px 1px 2px rgba(0,0,0,0.6); border-radius:10px;}
.items {display:none}
#prev{ background:url(../images/car_prev.png) no-repeat; left:0;}
#next{ background:url(../images/car_next.png) no-repeat; right:0;}
#prev, #next{ display:block; position:absolute;width:15px;height:25px; top:150px; cursor:pointer; z-index:999;}
#prev:hover,#next:hover{ background-position: 0 bottom;}