/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/
#jCarouselLiteDemo {
	background:url(/1/68511/template/images/interface/homepage-slider/slider-bg.jpg) no-repeat;	
	overflow:hidden;
	width:768px;
	height:146px;
}
#jCarouselLiteDemo .carousel  {
    padding: 40px 0 0 0;
    margin: 0 0 10px 10px;
}         
#jCarouselLiteDemo .carousel .jCarouselLite {
	/* Needed for rendering without flicker */
	visibility: hidden;
	left: -5000px;
	float:left;
}
#jCarouselLiteDemo .carousel ul {
	margin: 0;
}
#jCarouselLiteDemo .carousel li img, 
#jCarouselLiteDemo .carousel li p {
	background-color: #fff;
	width: 90px;
	height: 72px;
	margin: 10px 6px 10px 6px;
}
.btnLeft{
	padding-top:12px;
	width:15px;
	float:left;
}
.btnRight{
	padding:12px 10px 0px 0px;
	width:15px;
	float:right;
}
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/
