
/* ============================= slider ======================= */
.slider{
	width:940px;
	overflow:hidden;
	height:507px;
	margin:0 0 13px 0;
}
#faded{
	width:940px;
	height:507px;
	position:relative;
	overflow:hidden;
}
#faded .pagination{
	position:absolute;
	bottom:20px;
	right:26px;
	z-index:9999;
	margin:0;
}
#faded .pagination li{
	width:12px;
	height:12px;
	overflow:hidden;
	float:left;
	margin:0 0 0 9px;
}
#faded .pagination li a{
	display:block;
	overflow:hidden;
	width:12px;
	height:12px;
	background:url(images/pagination.png) no-repeat 100% 0;
	text-indent:-10000px;
}
#faded .pagination li.current a,
#faded .pagination li a:hover{
	background:url(images/pagination.png) no-repeat 0 0;
}
.carousel-box {
	width:940px;
	overflow:hidden;
	position:relative;
	padding:0 40px;
}
.carousel-box .inner{
	width:938px;
	border:none;
	overflow:hidden;
}
.carousel-box ul{
	padding:0;
	margin:0;
}
.product{
	margin:13px 0 8px 0;
	float:left;
	border-right:1px dotted #d6d6d6;
	width:235px;
	padding:3px 0 0px 0;
	height:auto!important;
}
.product .img{
	text-align:center;
}
.product .img img{
	width:200px;
	height:150px;
	
	
}
.product .prod-info{
	width:200;
	overflow:hidden;
	padding:2px 0 0 25px;
	margin-bottom:-5px;
}
.prev{
	width:31px;
	height:31px;
	background:url(images/prev.gif) no-repeat 0 0;
	display:block;
	position:absolute;
	top:65px;
	left:0px;
}
.next{
	width:31px;
	height:31px;
	background:url(images/next.gif) no-repeat 0 0;
	display:block;
	position:absolute;
	top:65px;
	right:0px;
}