#jCarouselLiteDemo .carousel  {
	padding: 10px 0 0 0;
	margin: 20px 0;
	position: relative;
}
#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;
	position:absolute;
	z-index:10;
	top:375px;
	left:0;
	width: 22px;
	height: 22px;
	text-decoration: none;
	background: url(../images/prev.png) top left no-repeat;
	opacity:.5;
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;  
	-o-transition: opacity 0.25s linear;
	-ms-transition: opacity 0.25s linear;
}
#jCarouselLiteDemo .carousel a.next {
	background: url(../images/next.png) top left no-repeat;
	left:698px !important;
}
#jCarouselLiteDemo .carousel a.next:hover, #jCarouselLiteDemo .carousel a.prev:hover {
	/* background-position: bottom left;*/
	opacity:1;
	cursor:pointer;
}    
#jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
	border: none;
	outline: none;
}                 
#jCarouselLiteDemo .carousel .jCarouselLite {
	/*border: 1px solid black;*/
	float: left;
	background: url(../images/history-track.png) bottom left no-repeat;
	
	/* Needed for rendering without flicker */
	position: relative;
	visibility: hidden;
	left: -5000px;
}
#jCarouselLiteDemo .carousel ul {
	margin: 0;
	/*width:720px;*/
}
#jCarouselLiteDemo .carousel li {
	display:block;
	background:url(../images/history.png) 0 0 no-repeat;
	width:218px;
	height:393px;
	text-align:center;
	margin:0 30px 0 0;
}
#jCarouselLiteDemo .carousel li img {
	width: 200px;
	height: 321px;
	margin: 9px;
	clear:both;
}
#jCarouselLiteDemo .carousel li h5 {
	margin: 23px 0 0 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
}
