@CHARSET "ISO-8859-1";

h2{
	clear:none;
	line-height:15px;
	font-family:Georgia,serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#000;
	margin:0 0 5px 0;"
	width:140px;
	height:auto;
}

.more{
	
	color:#ca7700;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;"
	
}

.foo_con{

font-family:Verdana,Geneva,sans-serif;
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;
	
}
a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}

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

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


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

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