@CHARSET "ISO-8859-1";

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


/*slider post title */
.slider_title{

	font-size:12px;
}

.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: 10px  40px;
	position: relative;
}


/* featured image */
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin:5px 0 5px 0;"
	display: block;
	float: left;
	
}


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

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


/* slider controlers */


a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}


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

a.prev span, a.next span {
	display: none;
}


.clearfix {
	float: none;
	clear: both;
}