.image_carousel h2 {
	clear:none;
	line-height:22px;
	font-size:110%;
	font-weight:normal;
	font-style:normal;
	color:#000;
	margin:0 0 5px 0;
	width:140px;
	height:auto;
}

.image_carousel p {
line-height: 12px;
}

.image_carousel .more {
	color:#ca7700;
	font-size:11px;
}

.image_carousel .foo_con {
font-size:11px;
font-weight:normal;
font-style:normal;
color:#222222;
width:140px;
height:auto;
}

.image_carousel {
	padding: 15px 0 15px 40px;
	position: relative;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin:5px 0 5px 0;
	display: block;
	float: left;
	width:115px;
}
.image_carousel a.prev,
.image_carousel a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}

.image_carousel #foo_content{
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
	height:auto;

	width:150px;
	min-height:150px;
	/*max-height:280px;*/
}


.image_carousel a.prev {			left: -22px;
					background-position: 0 0; }
.image_carousel a.prev:hover {		background-position: 0 -50px; }
.image_carousel a.next {			right: -22px;
					background-position: -50px 0; }
.image_carousel a.next:hover {		background-position: -50px -50px; }

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