#jCarouselLiteDemo {
	float:left;
	height:100px;
}

#jCarouselLiteDemo .carousel  {
	padding:0 0 0 0;
	margin:0 0 20px 10px;
	position:relative;
}
#jCarouselLiteDemo .main {
	margin-left:3px;
}
#jCarouselLiteDemo .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
	float:left;
}              
#jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
	display:block;
	float:left;
	width:30px; height:105px;
	text-decoration:none;
	background:url("../img/slide_left_btn.png") left center no-repeat;
}
#jCarouselLiteDemo .carousel a.next {
	padding-left:7px;
	background:url("../img/slide_right_btn.png") right center no-repeat;
}
/*
#jCarouselLiteDemo .carousel a.next:hover {
	background-image:url("img/ajax/jcarousel_lite/imageNavRightHover.gif");
}
#jCarouselLiteDemo .carousel a.prev:hover {
	background-image:url("img/ajax/jcarousel_lite/imageNavLeftHover.gif");
} 
*/   
#jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
	border:none;
	outline:none;
}
#jCarouselLiteDemo .carousel .jCarouselLite {
	float:left;
	_padding-right:10px;
	_height:115px;
	position:relative;
	visibility:hidden;
	left:-5000px;
}
#jCarouselLiteDemo .carousel ul {
	overflow:hidden;
	margin:0; padding:0;
}
#jCarouselLiteDemo .carousel li img {
	width:148px; height:75px;
	_width:148px; _height:85px;
	list-style:none;
	margin:0; padding:5px;
	overflow;hidden;
}
#jCarouselLiteDemo .carousel li {
	width:148px; height:85px;
	_width:148px; _height:95px;
	list-style:none;
	margin:9px; padding:0;
	_margin:10px 5px;
}
#jCarouselLiteDemo .widget img {
	cursor:pointer;
}
#jCarouselLiteDemo .mid {
	margin-left:80px;
	width:100%; height:300px;
}
#jCarouselLiteDemo .vertical {
	margin-left:170px;
}
#jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
	width:170px;
}
#jCarouselLiteDemo .imageSlider li img, 
#jCarouselLiteDemo .imageSlider li p, 
#jCarouselLiteDemo .imageSliderExt li img , 
#jCarouselLiteDemo .imageSliderExt li p {
	width:100%; height:300px;
}
