.jsCarouselWhiteProducts img {
	border: 0;
}

.jsCarouselWhiteProducts a {
	color: #a1a1a1;
	text-decoration: none;
}

.jsCarouselWhiteProducts a:hover {
	text-decoration: underline;
}

.jsCarouselWhiteProducts {
	width: 543px; 
	height: 92px;
	border: 1px solid #d8d8d8;
}

.jsCarouselWhiteProducts .carousel ul {
	margin: 0;
}

.jsCarouselWhiteProducts .carousel ul li {
	margin: 0;
	padding: 0;
	background: none;
	/*
	width: 90px;
	height: 92px;
	*/
	width: 80px;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	position: relative;
	float: left;
}

.jsCarouselWhiteProducts .carousel ul li img {
	margin: 0 auto;
}

.jsCarouselWhiteProducts button.prev, .jsCarouselWhiteProducts button.next {
	width: 24px;
	height: 30px;
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 32px;
	cursor: pointer;
	background: #333;
}

.jsCarouselWhiteProducts .carousel {
	float: left;
	overflow: hidden;
	margin-top:5px;
}

.jsCarouselWhiteProducts button.prev {
	/*margin-right: 22px;*/
	margin-right: 8px;
	float: left;
	background-image: url(../../../images/leftArrowLighter.png);
}

.jsCarouselWhiteProducts button.next {
	/*margin-left: 23px;*/
	margin-left: 7px;
	position: relative;
	float: left;
	background-image: url(../../../images/rightArrowLighter.png);
}

.jsCarouselWhiteProducts button.prev.disabled {
	background-image: url(../../../images/ArrowBoxLeftDisabled.png);
	cursor: default;
}
.jsCarouselWhiteProducts button.next.disabled 
{
	background-image: url(../../../images/ArrowBoxRightDisabled.png);
	cursor: default;
}
