/* CAROUSEL */
#productCarousel{position:absolute;bottom: 10px; left: 12px;width:450px;height:100px;background: #fff; border: 1px solid #C8A760;}
#carousel{
		width: 400px;
		height: 100px;
		overflow: hidden;
		float:left;
		background: #fff;
}
#carouselContent {
	list-style:none;
	margin:0px;
	padding:0px;
	width: 1000px;
}
.carousel-item {
	float: left;
	width: 100px;
	height: 100px;
	overflow:hidden;
	list-style:none;
	margin:0px;
	padding:0px;
}
#carouselPrev{background-image:url(../images/carousel/prev.png);}
#carouselNext{background-image:url(../images/carousel/next.png);}
.carousel-control{
	position:relative;
	display:block;
	width:24px;
	height:100px;
	float:left;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	background-position:0px -100px;
}
.carousel-control.disabled{visibility:hidden;}
.carousel-control:hover{background-position:0px 0px;}