@charset "utf-8";

.sliderbox{overflow:hidden;}
.arrow-btn{margin:35px 0 0 0;display:inline;background:url(../images/arrow-btn.png) no-repeat;width:26px;height:124px;overflow:hidden;cursor:pointer;}
#btn-left{float:left;margin-left:12px;background-position:0 0;}
#btn-left.dasabled{background-position:0 -124px;}
#btn-right{float:right;margin-right:6px;cursor:pointer;background-position:-26px 0;}
#btn-right.dasabled{background-position:-26px -124px;}
.slider{width:1170px;overflow:hidden;position:relative;height:220px;float:left;margin-top: -14px;}
.slider ul{position:absolute;left:-15px;top:32px;list-style:none;}
.slider li{float:left;width:200px;height:282px;}
.slider a{display:block;text-decoration:none;color:#073a5e;font-size:12px;font-weight:bold;text-align:center;margin-top:24px;}
.slider img{width:144px;display:inline-block!important;}