
#carouselHolder {
	width: 980px;
	overflow: hidden;
}
#carousel li {
	float: left;
	list-style: none;
	width: 180px;
	height: 203px;
}
#carousel li .image {
	height: 130px;
	overflow: hidden;
}
#carousel li .info {
	width:180px;
	overflow:hidden;
	height:64px;
	background: url('/public/2c/44/4a/46_69_carousel_info_bg.gif') repeat-x;
	text-align: center;
	text-transform: uppercase;
}
#carousel li .info a {
	color: #666666;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 7px 0 0 0;
}
#carousel li {
	margin-right: 20px;
}
#carousel li.last-in-row {
	margin-right: 0;
}
/*
#carousel.jcarousel-list li.carouselRowLast {
	margin-right: 20px;
}
*/
#btnNext, #btnPrev {
	display: none;
	position: absolute;
	top: 60px;
	width: 49px;
	height: 49px;
	cursor: pointer;
	z-index: 10;
}
#btnNext { right: 20px; }
#btnPrev { left: 0; }

