.carousel {
	width: 216px;
	height: 161px;
	overflow: hidden;
	}
	
#jCarouselLiteDemo {
	margin:10px 0 0;
}

#jCarouselLiteDemo .prev {
	background:transparent url(/images/photo_left.gif) no-repeat scroll center center;
	cursor:pointer;	
	height: 31px;
	width: 43px;
	float: left;
	margin-top: 5px;
}

#jCarouselLiteDemo .next {
	background:transparent url(../images/photo_right.gif) no-repeat scroll center center;
	cursor:pointer;
	height: 31px;
	width: 43px;
	float: right;
	margin-top: 5px;		
}

#info_photos {
	float: left;
	margin: 15px 0 0 75px;
}

.disabled {
	background: none !important;
	cursor: default !important;
}