div.carouselWrapper{
	float:left;
	background: #fff;
	width:55px;
	display:block;
	height:165px;
	padding:13px 0px;
	/* position: absolute; */
	left: 3px;
	/* top: 213px; */
}
div.carousel a.prev,  div.carousel a.next {
	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: 56px;*/
	height: 47px;
	margin:3px 0px 0px 0px;
}
.displayNone{display: none;}
