#rps {
	float: left;
	position: relative;
	border:1px solid #D9D9D9;   
        -moz-border-radius:6px;
        -khtml-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        padding:5px 4px;
        background-color:#F5F5F5;
}

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

#rps .slider {
	position: absolute;
	top: 0; left: 0;
	font-size:12px;
	font-family: Arial, Verdana;        
}
#rps .window .slider-label{
    position:absolute;
    z-index: 10;
    background:#CBCBCB;
    padding:5px;
    color:#989898;
}
#rps .slider div{
	float:left;
}

.rps-clr{
	clear:both;
}

#rps .slider div .col{
	float:left;
/*	border-left:1px solid #F0F0F0;*/
	border-top:0px;
/*	border-left:1px solid #E9E8E8;*/
	border-bottom:0px;
	padding:10px 0;
}

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

#rps .col  img{
    float:left;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: white;
    border: 4px solid #EBEBEB;
    padding:0px;     
}

/*#rps .col p.post-title{	
	position:relative;
	padding:0px;
	margin:0;
	height:40px;
}

#rps .col p.post-title span {
	font-size:13px;
	font-weight:bold; 
	margin:0px;
	padding:0px 10px;
	height:40px;
	overflow:hidden;
	position:absolute;
	color:#666;
	text-decoration:none;
	line-height:18px;
}	

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

#rps .col p.post-title span:hover {
	height:auto;
	overflow:auto;
	background:#fffefe;
	z-index:100;
	padding-bottom:3px;
	color:#000;
}

#rps .col p.post-title a:hover {
	color:#000;
}*/

#rps .col p.post-title{		
	margin:0;
/*        float:left;
        display:inline;*/
/*        padding:5px 20px 10px 20px;*/
}

#rps .col .post-title span {
	font-size:12px;
	font-weight:bold; 
	margin:0px;
	color:#333;
	text-decoration:none;
	line-height:12px;
        float:left;
        display:inline;
}	

#rps .col .post-title a{
	text-decoration:none;
        color:#333;
}

#rps .col .post-title a:hover {
	height:auto;
	overflow:auto;
	/*background:#fffefe;*/
	z-index:100;
	padding-bottom:3px;
	color:#000;
}
#rps .col p.post-content{
    font-size:14px;
    line-height: 24px;
    margin-right:20px;
    
}
#rps .col p.post-content .readmore{    
    float:right;
}
#rps .col p.post-title a:hover {
	color:#000;
}

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

#rps .col .slider-content-img{
	position:relative;
        margin:0;
	padding:0px;
	border:0px;	
        width:100%;
}
#rps .col .slider-content-img .thumb_link img{
   margin:0px 10px 5px 5px;    
}
#rps .col .slider-content-img .post-title a{
   color:#333;
   font-weight:bold;
   text-decoration: none;
   font-size: 12px;
   line-height: 15px;
}
#rps .col .slider-content-img .post-title a:hover{
    color:red;
}
#rps .col .slider-content-img .post-title small{
    color:#DA7C0C;
}
#rps .col p.slider-content-both{
	position:relative;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
	line-height:17px;
	margin-right:5px;
	margin-left:5px;
}

#rps .col p.slider-content-both img{	
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;
    background-color: white;
    border: 2px solid #EBEBEB;
	padding:1px;
        margin-right:30px;
}

#rps .paging {
	font-size:11px;
	position: absolute;
	bottom: 0px; right: 5px;
	z-index: 100; 
	text-align: center;
/*	padding:3px 10px;*/
/*	background: #bcbcbc;*/
	/* for IE */
  	filter:alpha(opacity=70);
  	opacity:0.7;
	display: none; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#rps .paging a {
	padding:0px 5px;
	text-decoration: none;
	font-weight: bold; 
        font-size:24px;
        vertical-align: middle;
        color: #BCBCBC;
}

#rps .paging a.active {
/*	background:#4b4646; */
/*	border: 1px solid #272222;*/
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;	
        font-size:32px;
        color: #2a2a2a;
	
}

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

#rps .post-date{
	position:absolute;
	margin-left:5px;
	margin-right:5px;
	z-index:1000px;
/*	background:#F7F5F5;*/
	filter:alpha(opacity=60);
	opacity:0.6;
	color:#000;
	font-weight:bold;
	padding-left:3px;
        width:auto;
}