@charset "utf-8";
/* slider_box */
.slider_box{width:1200px;margin:40px auto;height:400px;overflow:hidden;position:relative;}
.silder_con{height:400px;overflow:hidden;position:absolute;}
.silder_panel{width:1200px;height:400px;overflow:hidden;float:left;position:relative;}
.silder_panel img{width:1200px;height:400px;display:block;overflow:hidden;}
.slider_box a.prev,.slider_box a.next{display:block;width:45px;height:100px;overflow:hidden;text-indent:-999px;position:absolute;cursor:pointer;margin:85px 0 0 0;background:url(../images/silder_btn.gif) no-repeat;}	
.slider_box a.prev{left:0;background-position:left 0;}
.slider_box a.next{right:0;background-position:right 0;}