@CHARSET "ISO-8859-1";
.chpcs_clearfix {
	float: none;
	clear: both;
}

/*read more text */
.chpcs_more{
	color:#ca7700;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
display: none;
}

.caroufredsel_wrapper {
height: 253px !important;
}

.chpcs_foo_con{
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	color:#222222;
	width:140px;
	height:auto;display: none;
}

.chpcs_title{
font-size: 16px;
padding: 0px;
margin: 0px;
line-height: 23px;
clear: both;
position: absolute;
top: 128px;
padding: 10px;
background: rgba(0,0,0,0.25);
width: 379px;
min-height: 124px;
display: block;
text-align: center;
}

.chpcs_title:after {
display: block;
content: '';
width: 100%;
position: absolute;
left: 0;
top: 0;
height: 1px;
background: -moz-linear-gradient(left, rgba(255,252,252,0) 0%, #fff 50%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,252,252,0)), color-stop(50%, #fff), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,252,252,0) 0%, #fff 50%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,252,252,0) 0%, #fff 50%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,252,252,0) 0%, #fff 50%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,252,252,0) 0%,#ffffff 50%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fffcfc', endColorstr='#00ffffff',GradientType=1 );
}


.chpcs_title a { color: #fff;
border: none; }
.chpcs_image_carousel {
	padding: 0px 0 50px 0px;
position: relative;
}

/*  image of posts on slider */
.chpcs_image_carousel img {
	border: none;
background-color: white;
/* padding: 9px; */
/* margin: 5px 0 5px 0; */
float: left;
width: 100%;
height: auto;
}

#chpcs_foo_content{
margin: 0px 1px;
display: block;
float: left;
height: auto;
min-height: 150px;
max-height: 244px;
}


.chpcs_author {
display: block;
font: italic 11px/14px 'Droid Sans', georgia, serif;
color: #d8d8d8;
}

/* Controls of Slider */
a.chpcs_prev, a.chpcs_next {
	background: url(../images/errow.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 101px;
border: none;
}
a.chpcs_prev {			left: -29px;
					background-position: 0 0; }
a.chpcs_prev:hover {		background-position: 0 0; opacity: 0.6;}
a.chpcs_next {			right: -29px;
					background-position: -58px 0; }
a.chpcs_next:hover {		background-position: -58px 0px; opacity: 0.6;}

a.chpcs_prev span, a.chpcs_next span {
	display: none;
}