.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: 75px;
	height: 92px;
	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;
}

.jsCarouselWhiteProducts button.prev {
	margin-right: 22px;
	float: left;
	background-image: url(../../../images/leftArrowLighter.png);
}

.jsCarouselWhiteProducts button.next {
	margin-left: 23px;
	position: relative;
	float: left;
	background-image: url(../../../images/rightArrowLighter.png);
}

.jsCarouselWhiteProducts button.disabled {
	background: none;
	cursor: default;
}