@CHARSET "ISO-8859-1";

.home .image_carousel h2 {
	clear:none;
	line-height:17px;
	font-family:Tahoma,sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	margin:0;
	
	height:auto;
}
.home .image_carousel h2 a {color:#363023;}
.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 40px 15px 55px;
	position: relative;
}
.image_carousel img {
	background-color: #190a03;
	padding: 2px;
	margin:5px auto;
	display: block;	
	width:55px;
	height:55px;
}
a.prev, a.next {
	background: url(../images/carousel_nav.png) no-repeat transparent;
	width: 110px;
	height: 110px;
	display: block;
	position: absolute;
	top: 12px;
}

.foo_content{
	text-align:center;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
	height:auto;
	width:104px;
	min-height:135px;
	max-height:280px;
}

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

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