#rps {
	float: left;
	position: relative;
}

#rps .window {
	overflow: hidden; 
	position: relative;
}

#rps .slider_rps {
	position: absolute;
	top: 0; left: 0;
	font-size:13px;
	color:#666;
    font-style:italic;
}

#rps .slider_rps div{
	float:left;
}

.rps-clr{
	clear:both;
}

#rps .slider_rps div .col{
	float:left;
	border-top:0px;
	border-bottom:0px;
}

#rps .col {
}

#rps .rps_read_more{font-weight:bold; color:#ff7f00;}
#rps .rps_read_more:hover {color:#666;}

#rps .col  p{
	font-size:12px;
	padding:0px 10px;
	margin:0px;
}

#rps .col  img{
	padding:5px;
	border: 1px solid #d3d3d3;
	background:#fff; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

#rps .col p.recent_post-title{	
	line-height:1.3;
	margin-top:5px;
	margin-bottom:10px;
	font-size:28px;
	font-weight:600;
	text-transform:uppercase;
}

#rps .col p.cont1{	
	padding-left:8px;
}

#rps .col p.recent_post-title a{
	text-decoration:none;
}

#rps .col p.slider-content{
	position:relative;
	color:#111;
}

#rps .col p.slider-content-img{
	position:relative;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
}

#rps .col p.slider-content-both{
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
	line-height:17px;
	margin-right:5px;
}

#rps .col p.slider-content-both img{
	margin-right:20px;
	float:left;
}

#rps .paging {
	font-family: Helvetica, Arial, san-serif;
	font-size:25px;
	bottom:0px;
	position: absolute;
	right: 0px;
	z-index: 100; 
	text-align: center;
	padding:0px;
	/* for IE */
  	filter:alpha(opacity=80);
  	opacity:0.6;
	display: none; 
	line-height:0.5;
/*	background:#000;
	-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;  */
}

#rps .paging a {
	padding:0px 4px;
	text-decoration: none;
	color: #bbb;
	font-weight: bold; 
}

#rps .paging a.active {
	color: #444;
}

#rps .paging a:hover {
	color:#777;
}