#rps2 {
	float: left;
	position: relative;
	border:1px solid #e8e8e8;
}

#rps2 .window2 {
	overflow: hidden; 
	position: relative;
}

#rps2 .slider2 {
	position: absolute;
	top: 0; left: 0;
	font-size:12px;
	font-family: Arial, Verdana;
	background:#fffefe;
}

#rps2 .slider2 div{
	float:left;
}

.rps2-clr{
	clear:both;
}

#rps2 .slider2 div .col2{
	float:left;
	border-right:1px solid #E9E8E8;
	border-top:0px;
	border-left:1px solid #E9E8E8;
	border-bottom:0px;
	padding:5px 0px;
}

#rps2 .col2  p{
	font-size:12px;
	padding:0px 10px;
	margin:0px;
}

#rps2 .col2  img{
    -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
    background-color: white;
    border: 4px solid #EBEBEB;
	padding:0px;
}

#rps2 .col2 p.post-title{	
	position:relative;
	padding:0px;
	margin:0;
	height:40px;
}

#rps2 .col2 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;
}	

#rps2 .col2 p.post-title a{
	text-decoration:none;
}

#rps2 .col2 p.post-title span:hover {
	height:auto;
	overflow:auto;
	/*background:#fffefe;*/
	z-index:100;
	padding-bottom:3px;
	color:#000;
}

#rps2 .col2 p.post-title a:hover {
	color:#000;
}

#rps2 .col2 p.slider2-content{
	position:relative;
}

#rps2 .col2 p.slider2-content-img{
	position:relative;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
}

#rps2 .col2 p.slider2-content-both{
	position:relative;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
	line-height:17px;
	margin-right:5px;
	margin-left:10px;
}

#rps2 .col2 p.slider2-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;
}

#rps2 .paging2 {
	font-size:11px;
	position: absolute;
	bottom: 10px; right: 10px;
	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;
}

#rps2 .paging2 a {
	padding:0px 5px;
	text-decoration: none;
	color: #2a2a2a;
	font-weight: bold; 
}

#rps2 .paging2 a.active2 {
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
}

#rps2 .paging2 a:hover {
	color:#000;
}

#rps2 .post-date2{
	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;
}

#rps2 img { 
	max-width: 100%; 
	height: auto;  
	width: auto9; /* ie8 */ 
}