.cf5_rps{
  clear:both;
  width:100%;
}
.rps_sldrtitle{
}
.rps_wrapper{
	clear:both;
	height:250px;
	position:relative;
	overflow:hidden;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.rps_wrapper div.h1div{
	padding-bottom:4px;
}
.rps_wrapper div.h1div a{
	text-decoration:none;
}
.rps_wrapper div.h1div a:hover{
	text-decoration:underline;
}
.rps_wrapper div.h2div{
}
.rps_list{
	width:39%;
}
.rps_preview{
	width:59%;
}
.rps_preview, .rps_list{
	height:96%;
	position:absolute;
	top:2px;
	left:6px;
}
.rps_preview{
	left:40%;
}
.rps_content{
	left:5px;
	padding:5px 10px 0 10px;
	position:absolute;
	height:97%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
img.rps_thumb{
}
.rps_content div.pdiv{
	padding:4px 0;
	margin-bottom:5px;
}
a.rps_more{
	position:absolute;
	width:99.5%;
	padding: 1% 0px;
	left:0;
	bottom:0px;
	display:block;
	text-align:center;
	letter-spacing:1px;
	font-weight:bold;
	text-decoration: none;
	outline:none;
	cursor:pointer;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-border-bottom-left-radius: 5px;
	-border-bottom-right-radius: 5px;
}
a.rps_more:hover{
   	text-decoration: underline;
}
.rps_item{
	cursor:pointer;
	position:relative;
	overflow:hidden;
	padding:5px;
	margin:6px 5px 0px 0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.rps_item:hover, .selected{
}
.rps_item:hover div.h2div,
.rps_list .selected div.h2div,
.rps_item:active div.h2div{
}
.rps_item:active {
}
.rps_nav{
	width:55px;
	height:24px;
	position:absolute;
	bottom:0px;
	left:40%;
}
a.rps_next, a.rps_prev{
	float:left;
	height:23px;
	width:23px;
	background-color:#4d4d4d;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	outline:none;
	border:1px solid #444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #222;
	-webkit-box-shadow: 1px 1px 3px #222;
	box-shadow: 1px 1px 3px #222;
}
a.rps_next{
	background-image:url(images/next.png);
}
a.rps_prev{
	margin-right:5px;
	background-image:url(images/prev.png);
}
.rps_nav a:hover{
	background-color:#101010;
}
.rps_nav a:active{
	margin-top:1px;
	background-color:#3e3e3e;
}
.rps_nav a.disabled{
	opacity:0.5;
}
.rps_page{
	display:none;
}
.rps_support{
    float:right;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.rps_support a{
    color:#bbb !important;
	font-weight:bold;
	text-decoration:none;
}
.cf5_rps_cl{display:block;visibility:hidden;clear:left;height:0;content:".";}
.cf5_rps_cr{display:block;visibility:hidden;clear:right;height:0;content:".";}