@CHARSET "ISO-8859-1";
/* read more text */
.wa_rhps_more{
	color:#ca7700;
	font-size:11px;"
}

/*slider post title */
.wa_rhps_slider_title {
	clear: both;
	height: 40px;
	overflow: hidden;
}

/* Post content excerpt*/
.wa_rhps_foo_con{
	clear: left;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	color:#222222;
	height:60px;
	overflow: hidden;
	margin-bottom: 8px;
}

.wa_rhps_image_carousel {
	position: relative;
	width: auto;
}

.wa_rhps_image_carousel ul{	
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
/*text-align: center;*/
}


/* Slider post image */
.wa_rhps_image_carousel li img {
	margin: auto;
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
}


/* slider item */
.wa_rhps_image_carousel li {
	display: block;
	height: auto;
	padding: 2px;
	float: left;
	position: relative;
}

/* slider controllers */
.wa_rhps_image_carousel .wa_rhps_prev, .wa_rhps_image_carousel .wa_rhps_next {
	background: transparent url(../images/carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 15px;
	height: 21px;
	margin-left: 10px;
	position: absolute;
	top: 70px;				
}
.wa_rhps_image_carousel .wa_rhps_prev {
	background-position: 0 0;
	left: -0px;
}
.wa_rhps_image_carousel .wa_rhps_prev:hover {
	left: -1px;
}			
.wa_rhps_image_carousel .wa_rhps_next {
	background-position: -18px 0;
	right: -0px;
}
.wa_rhps_image_carousel .wa_rhps_next:hover {
	right: -1px;
}	


.wa_rhps_image_carousel .wa_rhps_pagination {
	text-align: center;
	margin: 0 auto;
}
.wa_rhps_image_carousel .wa_rhps_pagination a {
	background: transparent url(../images/carousel_control.png) no-repeat -2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}
.wa_rhps_image_carousel .wa_rhps_pagination a.selected {
	background: transparent url(../images/carousel_control.png) no-repeat -12px -32px;
	text-decoration: underline;				
}

/* clear fix */
.wa_rhps_clearfix {
	float: none;
	clear: both;
}