#wp-rb-slides {
	clear: both;
	height: 240px;
	margin-bottom: 8px;
	overflow: hidden;
	width: 1024px;
}

div.wp-rb-slides_container {
	height: 200px;
	overflow: hidden;
	width: 1024px;
}

.wp-rb-slides_container div {
	display: block;
	height: 200px;
	width: 1024px;
}

.wp-rb-slides_container img {
	width: 100%;
}

div.wp-rb-caption {
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	color: white;
	height: 200px;
	overflow: hidden;
	position: absolute;
	width: 33%;
}

div.wp-rb-caption > p {
	font-size: 14px;
	padding: 10px 10px;
}

.wp-rb-title {
	font-family: Georgia;
	font-size: 20px;
}

.wp-rb-pagination li {
	/* background-color: #999; */
	/* border: solid #7E7E7E 1px; */
	display: inline;
	float: left;
	font-size: 12px;
	height: 30px;
	padding: 5px 0.5%;
	text-align: center;
}

.wp-rb-pagination li.wp-rb-current {
	background-color: #007EDE;
}

.wp-rb-pagination li a:link, .wp-rb-pagination li a:visited {
	color: #7E7E7E;
	font-size: 10px;
	text-transform: uppercase;
}

.wp-rb-pagination li.wp-rb-current a:link, .wp-rb-pagination li.wp-rb-current a:visited {
	color: white;
}
