#jCarouselLiteDemo {
	width:741px;
	height:87px;
}
#jCarouselLiteDemo .carousel  {
    padding: 0;
    margin: 0;
}         
#jCarouselLiteDemo .carousel .jCarouselLite {
	/* Needed for rendering without flicker */
	visibility: hidden;
	left: -5000px;
	float:left;
}
#jCarouselLiteDemo .carousel ul {
	margin: 0;
}
.jCarouselLite{
	background:url(/1/94682/template/images/interface/scroller-bg.jpg) repeat-x;	
	width:675px;
}
#jCarouselLiteDemo .carousel li img, 
#jCarouselLiteDemo .carousel li p {
	width: 161px;
	height: 66px;
	margin: 11px 4px 10px 4px;
}
.btnLeft{
	padding:0;
	width:31px;
	float:left;
}
.btnRight{
	padding:0;
	width:31px;
	float:left;
}
