div.carouselWrapper{
	float:left;
	background: #fff;
	width:56px !important;
	display:block;
	height:165px;
	/*left: 3px;*/
}
div.carousel a.prev,  div.carousel a.next {
	/*display: block;
	float: left;
	width: 12px;
	height: 44px;
	padding:10px 0px 0px 0px;
	text-decoration: none !important;*/
	display: block;
	float: left;
	width: 17px;
	height: 9px;
	padding:10px 20px 0px;
	text-decoration: none !important;
}

div.carousel a.prev {background: url('../images/topArrow.gif') no-repeat center;outline:none;}
div.carousel a.next {background: url('../images/bottomArrow.gif') no-repeat center;outline:none;}
.disabled {
	opacity: 0.2;
	filter: alpha(opacity=20)
}
div.carousel div.jCarouselLite {
	float: left;
	/* Needed for rendering without flicker */
    position: relative;
	visibility: hidden;
	left: -5000px;
}
div.carousel ul {margin: 0;}
div.carousel ul li {
	float:left;
	width:62px;
	margin:0;
	/*background:transparent url(/images/sliderImgShadow.gif) no-repeat center center ;*/
	height:55px;
}
div.carousel li img {
	background-color: #fff;
	border: 1px solid #333;
	width: 54px !important;
	height: 47px;
	margin:3px 0px 0px 0px;
}
.displayNone{display: none;}
