
.carousel-box{
	width:900px!important;
	height:80px;
	/*background:#fff;*/
	overflow:hidden;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}
.carousel-box .inner{
	margin-left:15px;
}

.carousel{
	background:#fff;
}

.carousel-box .carousel ul{
	overflow:hidden;
}
.carousel-box .carousel ul li{
	height:77px;
	width:107px;
	text-align:center;
	float:left;
	overflow:hidden;
	display:inline-block;
	position:relative;
}
.carousel-box .prev{
	height:77px;
	width:16px;
	background:url(../images/pagination-btns3.png) left bottom no-repeat;
	display:block;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	z-index:2;

}
.carousel-box .prev:hover{
	background:url(../images/pagination-btns3.png) left top no-repeat;
}
.carousel-box .next{
	height:77px;
	width:16px;
	background:url(../images/pagination-btns3.png) right bottom no-repeat;
	display:block;
	cursor:pointer;
	position:absolute;
	top:0px;
	right:0px;
	z-index:5;
}
.carousel-box .next:hover{
	background:url(../images/pagination-btns3.png) right top no-repeat;
}
