.product-col{
	width:144px!important;
	height:143px;
	text-align:center;
}
.product-col .img{
}
.product-col .img:hover{
}
.carousel-box{
	width:964px;
	height:143px!important;
	overflow:hidden;
	margin:0px 0 0 0;
	position:relative;
	background-image: url(../images/scroll-bg1.jpg);
	background-repeat: repeat-x;
	padding-top:15px;
	background-position: top;
}
.carousel-box .text{
	display:block;
}
.carousel{
	width:896px!important;
	height:143px!important;
	overflow:hidden;
	margin-top: 0;
	margin-right: 34px;
	margin-bottom: 0;
	margin-left: 34px;
}
.carousel ul{
	margin:0;
	padding:0;
	width:964px;
	overflow:hidden;
}
.carousel li{
	float:left;
	margin-right:25px;
	margin-left:12px;
	margin-bottom:0;
}

.carousel-box .prev{
	width:34px;
	height:32px;
	background:url(../images/prev-next.png) no-repeat left top;
	position:absolute;
	top:70px;
	left:-1px;
}
.carousel-box .prev:hover{
	background:url(../images/prev-next.png) no-repeat left bottom;
}
.carousel-box .next{
	width:34px;
	height:32px;
	background:url(../images/prev-next.png) no-repeat right top;
	position:absolute;
	top:70px;
	right:0px;
}
.carousel-box .next:hover{
	background:url(../images/prev-next.png) no-repeat right bottom;
}
