#rps {
	border: 1px solid rgb(232, 232, 232); float: left; position: relative;
}
#rps .window {
	overflow: hidden; position: relative;
}
#rps .slider {
	background: rgb(255, 254, 254); left: 0px; top: 0px; font-family: Arial, Verdana; font-size: 12px; position: absolute;
}
#rps .slider div {
	float: left;
}
.rps-clr {
	clear: both;
}
#rps .slider div .col {
	border-width: 0px 1px; border-style: none solid; border-color: currentColor rgb(233, 232, 232); padding: 5px 0px; float: left;
}
#rps .col p {
	margin: 0px; padding: 0px 10px; font-size: 12px;
}
#rps .col img {
	padding: 0px; border: 4px solid rgb(235, 235, 235); background-color: white; -webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px;
}
#rps .col p.post-title {
	margin: 0px; padding: 0px; height: 40px; position: relative;
}
#rps .col p.post-title span {
	margin: 0px; padding: 0px 10px; height: 40px; color: rgb(102, 102, 102); line-height: 18px; overflow: hidden; font-size: 13px; font-weight: bold; text-decoration: none; position: absolute;
}
#rps .col p.post-title a {
	text-decoration: none;
}
#rps .col p.post-title span:hover {
	height: auto; color: rgb(0, 0, 0); overflow: auto; padding-bottom: 3px; z-index: 100;
}
#rps .col p.post-title a:hover {
	color: rgb(0, 0, 0);
}
#rps .col p.slider-content {
	position: relative;
}
#rps .col p.slider-content-img {
	margin: 0px; padding: 0px; border: 0px currentColor; text-align: center; position: relative;
}
#rps .col p.slider-content-both {
	margin: 0px 5px 0px 10px; padding: 0px; border: 0px currentColor; text-align: left; line-height: 17px; position: relative;
}
#rps .col p.slider-content-both img {
	padding: 1px; border: 2px solid rgb(235, 235, 235); margin-right: 10px; background-color: white; -webkit-border-radius: 1px; -moz-border-radius: 1px; -khtml-border-radius: 1px;
}
#rps .paging {
	background: rgb(188, 188, 188); padding: 3px 10px; text-align: center; right: 10px; bottom: 10px; font-size: 11px; display: none; filter: alpha(opacity=70); position: absolute; z-index: 100; opacity: 0.7; -webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px;
}
#rps .paging a {
	padding: 0px 5px; color: rgb(42, 42, 42); font-weight: bold; text-decoration: none;
}
#rps .paging a.active {
	background: rgb(75, 70, 70); border: 1px solid rgb(39, 34, 34); color: rgb(255, 255, 255); -webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px;
}
#rps .paging a:hover {
	color: rgb(0, 0, 0);
}
#rps .post-date {
	background: rgb(247, 245, 245); color: rgb(0, 0, 0); padding-left: 3px; font-weight: bold; margin-right: 5px; margin-left: 5px; filter: alpha(opacity=60); position: absolute; opacity: 0.6;
}
#rps img {
	height: auto; max-width: 100%;
}
