.rp_list {
	font-family:Verdana, Helvetica, sans-serif;
	position:fixed;
	right:-170px;
	top:200px;
	margin:0;
	padding:0;
}

.rp_list ul{
	margin:0;
	padding:0;
	list-style:none;
}
.rp_list ul li{
	width: 150px;
	margin-bottom:5px;
	display:none;
}
.rp_list ul li div{
	display: block;
	line-height:15px;
	width: 150px;
	height: 38px;
	background:#ffffff;
	-webkit-box-shadow: 0px 0px 10px #555; -moz-box-shadow: 0px 0px 10px #555; box-shadow: 0px 0px 10px #555; -moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;
}
.rp_list ul li div img{
	width:150px;
	border:none;
	float:left;
	-webkit-box-shadow: 0px 0px 10px #555; -moz-box-shadow: 0px 0px 10px #555; box-shadow: 0px 0px 10px #555; -moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;
}

span.rp_links a:hover{
	background-color:#ffffff;
	color:#fff;
	width:150px;
}