@charset "utf-8";

.jCarouselLite  {
	margin: 0 auto;
}
.jCarouselLite li  {
}

/* Set fixed size for images */
.jCarouselLite img  {
	height: 125px;
	width: 150px;
	padding: 10px;
	background: url(../images/bg_glow_150x125.png) no-repeat center center;
	border: 0 none;
}
.jCarouselLite img:hover {
	height: 115px;
	width: 140px;
	padding: 15px;
}
.jCarouselLite a {
	display: block;
	float: left;
}
.jCarouselLite a:hover {
}
