.carousel {
	width: 405px; height: 350px;
	position: relative; overflow: hidden;
	background: url(../images/carousel/divider.jpg) repeat-x left top;
}
.carousel-section {
	width: 395px; height: 330px;
	position: absolute; top: 350px;
	padding: 10px 10px 10px 0;
}
.carousel-controls {
	width: 405px;
	padding-top: 10px;
	background: url(../images/carousel/divider.jpg) repeat-x left top;
	color: #fff;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
.carousel-status {
	height: 22px;
	float: left;
	line-height: 22px;
}
.carousel-button {
	height: 22px;
	float: right; display: block;
	line-height: 22px;
	margin-left: 10px;
	color: #000;
	border: solid 1px #d4e4e3;
}
.carousel-next {
	padding: 0 18px 0 8px;
	background: #fff url(../images/carousel/resultset_next.gif) no-repeat right center;
}
.carousel-prev {
	padding: 0 8px 0 18px;
	background: #fff url(../images/carousel/resultset_previous.gif) no-repeat left center;
}
