.image_carousel {
	xpadding: 28px 0 15px 0px;
	position: relative;
	width:275px;
}
.image_carousel img {
	xborder: 1px solid #ccc;
	xbackground-color: white;
	padding: 3px;
	xmargin: 7px;
	display: block;
	float: left;
}
a.prev {
	background: url(prev_btn.jpg) no-repeat transparent;
	width: 25px;
	height: 50px;
	display: block;
	position: absolute;
	top: 3px;
}
a.next {
	background: url(next_btn.jpg) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 3px;
}
a.prev {			xleft: -22px;
					background-position: 0 0; }
a.prev:hover {		xbackground-position: 0 -50px; }
a.next {			right: 0px;
					xbackground-position: -50px 0; }
a.next:hover {		xbackground-position: -50px -50px; }

a.prev span, a.next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
