.jCarouselLite {
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 580px;
	height: 92px;
	margin-top: 5px;
	float: left;
}
.jCarouselLite ul {
	margin: 0px;
	position: relative;
	list-style-type: none;
	z-index: 1;
	overflow: hidden;
	height: 92px;
	padding: 0px;
}
.jCarouselLite ul li {
	overflow: hidden;
	float: left;
	width: 122px;
	height: 90px;
	border: 1px solid #CCC;
	margin-right: 11px;
	margin-left: 10px;
}
.jCarouselLite ul li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
