
.sfCarousel {
	position:relative;
	list-style:none;
	margin:20px;	
	overflow:hidden;
}

.sfCarousel img {
	position:absolute;
	top:20px;
	left:0px;
}

.sfCarousel div.buttonbar {
	position:absolute;
	width:100%;
	height:25px;
	bottom:0px;
	left:0px;
}

.sfCarousel div.buttonbar div.left {
	position:relative;
	float:left;
	width:24px;
	height:25px;
	background:url(../images/carousel-arrow-left.png) no-repeat;
}

.sfCarousel div.buttonbar div.right {
	position:relative;
	float:left;
	width:23px;
	height:25px;
	background:url(../images/carousel-arrow-right.png) no-repeat;
}

.sfCarousel div.buttonbar div.name {
	position:relative;
	float:left;
	padding:0 20px;
	height:25px;
	background:url(../images/carousel-bg.png) repeat-x;
}

