#rps {
	float: left;
	position: relative;
	border: 1px solid #e8e8e800;
	box-shadow: 0px 0px 15px rgba(1, 2, 2, 0.27);
}

#rps .window {
	overflow: hidden; 
	position: relative;
	margin-bottom: 10px;
}

#rps .slider {
	position: absolute;
	top: 0; left: 0;
	font-size:12px;
	font-family: Arial, Verdana;
	background:#fffefe;
}

#rps .slider div{
	float:left;
}

.rps-clr{
	clear:both;
}

#rps .slider div .col{
    float: left;
    border-right: 1px solid #FFF;
    border-top: 0px;
    border-left: 1px solid #E9E8E800;
    border-bottom: 0px;
    padding: 5px 0px;
}

#rps .col  p{
	font-size:12px;
	padding:0px 10px;
	margin:0px;
}

#rps .col  img{
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: white;
    border: 1px solid #B41818;
    padding: 0px;
    margin-bottom: 4px;
}

#rps .col p.post-title{	
    position: relative;
    padding: 0px;
    margin: 0;
        margin-right: 0px;
    height: 40px;
    width: 190px;
    margin-right: 3px;
    border-radius: 10px;
    background-color: rgb(187, 18, 18);
}

#rps .col p.post-title{	
    background-color: #4d4d4d;
}


#rps .col p.post-title span {
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    color: #666;
    text-decoration: none;
    line-height: 18px;
    font-family: 'irsans';
    padding-right: 12px;
    padding-left: 10px;
    padding-top: 2px;
    color: rgb(255, 255, 255);
}	

#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.slider-content{
	position:relative;
}

#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;
	margin-left:10px;
}

#rps .col p.slider-content-both img{
	margin-right:10px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;
    background-color: white;
    border: 2px solid #EBEBEB;
	padding:1px;
}

#rps .paging {
	font-size: 11px;
	bottom: 10px;
	right: 10px;
	z-index: 100;
	text-align: center;
	padding: 3px 10px;
	background: #000;
	opacity: 0.7;
	-webkit-border-radius: 3px;
	margin-top: 2px;
	width: 98%;
	margin-right: 8px;
	display: none;
	display: none;
}

#rps .paging a {
	padding:0px 5px;
	text-decoration: none;
	color: #2a2a2a;
	font-weight: bold; 
}

#rps .paging a.active {
	background:#4b4646; 
	border: 1px solid #272222;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
}



#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;
}

#rps img { 
	max-width: 100%; 
	height: auto;  
	width: auto9; /* ie8 */ 
}