.slider_box{padding:16px 0 0 16px; margin-bottom:15px;}
.slider {width:995px;height:440px;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/slider_prev.png") no-repeat; left:0;}
#next{ background:url("../../images/slider_next.png") no-repeat; right:0;}
#prev, #next{ display:block; position:absolute;width:70px;height:40px; top:200px; cursor:pointer; z-index:999;}
#prev:hover,#next:hover{ background-position: 0 bottom;}
