.productdetail .productthumbnails{
	width:245px;
	height:52px;
	margin-left:20px;
}
.productthumbnails .horizontalcarouselheader{
	margin-top:0;
	height:52px;
	position:relative;
}
.horizontalcarousel ul.carouselPDP{
	list-style-type:none;
	margin:0;
	padding:0;
}
/*	CAROUSEL	*/
.horizontalcarousel .carouselPDP{
	position:relative;
	overflow:hidden;
	height:52px;
	list-style-type:none;
}
.horizontalcarousel .carouselPDP li{
	position:relative;
	float:left;
	text-align:center;
	padding:0 1px;
	margin:0 auto;
	width:47px;
}
.horizontalcarousel .carouselPDP li img{
	border:1px solid #ccc;
	width:45px;
	height:50px;
}
.horizontalcarousel .jcarousel-container-horizontal{
	padding:0;
	width:245px;
}
.horizontalcarousel .jcarousel-container{
	border-bottom:none;
	border-top:none;
}
.horizontalcarousel .jcarousel-prev-horizontal{
	background:transparent url(../images/arrow_left.gif) no-repeat scroll 0 0;
	cursor:pointer;
	height:7px;
	left:-8px;
	position:absolute;
	top:22px;
	width:4px;
}
.horizontalcarousel .jcarousel-next-horizontal{
	background:transparent url(../images/arrow_right.gif) no-repeat scroll 0 0;
	cursor:pointer;
	height:7px;
	position:absolute;
	right:-10px;
	top:22px;
	width:4px;
}
