#rps {
	float: left;
	position: relative;
}

#rps .window {
	overflow: hidden; 
	position: relative;
}

#rps .slider {
	position: absolute;
	top: 0; left: 0;
	font-size:12px;
	background:#fffefe;
}

#rps .slider div {
	float:left;
}

.rps-clr {
	clear:both;
}

#rps .slider div .col{
	border-top:0px;
	border-bottom:0px;
	padding:20px;
	line-height: 1.5em;
}

#rps .col  p{
	font-size:12px;
	padding:0px 10px;
	margin:0px;
	line-height: 1.5em;
}

#rps .col  img{
    background-color: white;
	padding:1px;
}

#rps .col p.post-title{	
	position:relative;
	padding:0px;
	margin:0;
	height:40px;
}

#rps .col p.post-title span {
	font-size:1.4em;
	font-weight:bold; 
	margin:0px;
	padding:0;
	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.slider-content{
	position:relative;
}

#rps .col p.slider-content-img{
	position:relative;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
}

#header-image #rps .col center img {
width: 950px;
height: auto;
padding: 0;
}

#rps .col p.slider-content-both{
	position:relative;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
	line-height:15px;
	margin-right:8px;
	margin-left:0px;
}

#rps .col p.slider-content-both img{
	margin-right:20px;
    background-color: white;
    border: none;
	padding:0;
}

#rps .paging {
	font-size:6px;
	position: absolute;
	bottom: 10px; right: 10px;
	z-index: 100; 
	text-align: center;
	padding:3px 10px;
	/* for IE */
	display: none; 
}

#rps .paging a {
	padding: 0px 3px;
	text-decoration: none;
	color: #dddddd;
	font-weight: bold; 
	background:#dddddd;
	border: 1px solid #aaaaaa;
	margin-left: 10px
}

#rps .paging a.active {
	background:#dddddd; 
	padding: 1px 4px;
	border: 1px solid #aaaaaa;
	color: #dddddd;
}

#rps .paging a:hover {
	color: #000;
	background: #000000;
}

#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;
}