.cf5_rps{
  clear:both;
  width:100%;
}
.rps_sldrtitle{
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	color:#111111;
}
.rps_wrapper{
	clear:both;
	height:250px;
	position:relative;
	color:#fff;
	overflow:hidden;
	padding:5px;
	border:1px solid #111;
	background-color:#333;
	-moz-box-shadow:1px 1px 4px #222;
	-webkit-box-shadow:1px 1px 4px #222;
	box-shadow:1px 1px 4px #222;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:12px;
}
.rps_wrapper div.h1div{
	font-size:16px;
	line-height:20px;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	border-bottom:1px solid #000;
	padding-bottom:4px;
}
.rps_wrapper div.h1div a{
	color:#fff;
	text-decoration:none;
}
.rps_wrapper div.h1div a:hover{
	text-decoration:underline;
}
.rps_wrapper div.h2div{
	font-size:12px;
	font-weight:bold;
}
.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{
	border:1px solid #444;
	top:260px;/*5*/
	left:5px;
	padding:5px 10px 0 10px;
	position:absolute;
	background-color:#171717;
	height:97%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
img.rps_thumb{
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
	width:100%;
	max-height:80px;
}
.rps_content div.pdiv{
	padding:4px 0;
	margin-bottom:5px;
	border-top:1px solid #333;
}
a.rps_more{
	position:absolute;
	width:99.5%;
	padding: 1% 0px;
	left:0;
	bottom:0px;
	display:block;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	text-decoration: none;
	border:1px solid #4c7ecb;
	outline:none;
	cursor:pointer;
	background-color: #1951A5;
	background-image:
		-moz-linear-gradient(
			top,
			rgba(255,255,255,0.25),
			rgba(255,255,255,0.05)
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, rgba(255,255,255,0.25)),
			color-stop(1, rgba(255,255,255,0.05))
		);
	-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;
	-moz-box-shadow:1px 1px 3px #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
}
a.rps_more:hover{
	color: #fff;
	text-shadow: 1px 1px 1px #627d92;
}
.rps_item{
	border:1px solid #090909;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	color:#fff !important;
	padding:5px;
	margin:6px 5px 0px 0px;
	text-shadow:1px 1px 1px #000;
	background:#2b2b2b;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#171717),
			to(#2b2b2b)
		);
	background:
		-moz-linear-gradient(
			top,
			#171717,
			#2b2b2b
		);
	-moz-box-shadow:1px 1px 3px #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.rps_item:hover, .selected{
	border-color:#4c7ecb;
	background-color: #1951A5;
	background-image:
		-moz-linear-gradient(
			top,
			rgba(255,255,255,0.25),
			rgba(255,255,255,0.05)
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, rgba(255,255,255,0.25)),
			color-stop(1, rgba(255,255,255,0.05))
		);
}
.rps_item:hover div.h2div,
.rps_list .selected div.h2div,
.rps_item:active div.h2div{
	border-color:#2C5FAC;
}
.rps_item:hover div.pdiv,
.rps_list .selected div.pdiv,
.rps_item:active div.pdiv{
	border-color:#527CBB;
}
.rps_item:active {
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.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:#212121;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	outline:none;
	border:1px solid #111;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
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:#000;
}
.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:".";}