.carousel{
	background:#EEEEEE;
	padding:10px 0px 3px;
	//padding:5px 0px 13px;
	font-family:Georgia;
	font-size:14px;
	line-height:1.2em;
}

.carousel a.prev,.carousel a.next{
	display:block;
	width:41px;
	height:112px;
	text-decoration:none;
	background:url("/images/caros-left.gif") left top no-repeat;
}

.carousel a.next{
	background:url("/images/caros-right.gif") right top no-repeat;
}

/*
.carousel a.prev:hover{
	background-image:url("/images/caros-left.gif");
}

.carousel a.next:hover{
	background-image:url("/images/caros-right.gif");
}
*/

.carousel a:hover,.carousel a:active{
	border:none;
	outline:none;
}

.carousel .jCarouselLite{
	border:0px;
	float:left;
	
	/* Needed for rendering without flicker */
	position:relative;
	visibility:hidden;
	left:-5000px;
	/*height:140px;*/
}

.carousel li img{
	width:300px;
	height:112px;
	margin-bottom:13px;
	border:0px;
}
.carousel .clear{
	height:0px;
}
