#rps {
float: left;
position: relative;
}
#rps .window {
overflow: hidden;
position: relative;
}
#rps .slider_rps {
position: absolute;
top: 0; left: 0;
font-size:12px;
}
#rps .slider_rps div{
float:left;
}
.rps-clr{
clear:both;
}
#rps .slider_rps div .col{
float:left;
border-top:0px;
border-bottom:0px;
padding:30px 0 0 0;
}
#rps .col {
color:#eee;
}
#rps .rps_read_more{font-style:italic;}
#rps .col p{
font-size:12px;
padding:0px 10px;
margin:0px;
}
#rps .col img{
padding:6px;
border: 1px solid #d3d3d3;
background:#f5f5f5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#rps .col p.recent_post-title{
font-size:40px !important;
font-weight:bold;
padding:0px;
margin-top:10px;
line-height:1;
}
#rps .col p.cont1{
padding-left:8px;
}
#rps .col p.recent_post-title a{
font-size:40px !important;
text-decoration:none;
color:#fff;
}
#rps .col p.slider-content{
position:relative;
color:#fff;
}
#rps .col p.slider-content-img{
position:relative;
margin:0px;
padding:0px;
border:0px;
text-align:center;
}
#rps .col p.slider-content-both{
position:relative;
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;
}