@charset "utf-8";
.sliderbox{background:url(left.gif) no-repeat 0px 5px;width:360px;height:60px;overflow:hidden;padding:0;}
.arrow-btn{display:inline;background:url(arrow-btn.png) no-repeat;width:20px;height:60px;overflow:hidden;cursor:pointer;}
#btn-left{float:left;background:url(left.gif) no-repeat 0px 5px;}
#btn-left.dasabled{background-position:0 -124px;}
#btn-right{float:right;cursor:pointer;background:url(right.gif) no-repeat right 5px;}
#btn-right.dasabled{background-position:-26px -124px;}
.slider{width:320px;overflow:hidden;position:relative;height:60px;float:left;}
.slider ul{
	position:absolute;
	left:0px;
	top:0px;
	width:1800px;
	height:55px;
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.slider li{float:left;width:64px;height:60px;}
.slider a{display:block;text-decoration:none;color:#073a5e;font-size:12px;font-weight:bold;text-align:center;margin-top:0px;}
.slider img{width:55px;display:inline-block!important;}