/* HOMEPAGE ROTATION */
#slideshow { position:relative; width:100%; height:auto; overflow:hidden; background-color:#000; box-shadow:0px 5px 10px rgba(0,0,0,0.75); z-index:9; }
#slideshow div { font-size:32px; color:#fff; font-weight:bold; line-height:50px; text-shadow:0px 0px 5px #000; margin:0; padding:0; }
#slideshow .overlay_top { position:absolute; top:10px; left:0px; width:100%; text-align:center; }
#slideshow .overlay_bottom { position:absolute; bottom:80px; left:0px; width:100%; text-align:center; }

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

ul.rslides_tabs { 
	list-style:none;
	text-align:center;
	margin:0; padding:0;
	background-color:#000;
	font-size:18px;
}
ul.rslides_tabs li { display:inline-block; width:25px; text-align:center; line-height:25px; }
ul.rslides_tabs li a { color:#fff; text-decoration:none; display:block; font-weight:bold; }
ul.rslides_tabs li.rslides_here a { color:#39b54a; }