@charset "utf-8";

/****************************************************************************** INDEX PAGE SLIDES */
.rs-slideshow {
	height: 293px;
	overflow: hidden;
	position: relative;
	width: 680px;
	margin-left: 20px;
}
.rs-slideshow .slide-container {
	background-color: #000;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	left: 0px;
	bottom: 0;
	overflow: hidden;
	text-align: center;
	display: block;
	padding: 0px;
	width: 100%;
}
.rs-slideshow .slides {
	display: none;
}
.rs-slideshow .slide-container img, .rs-slideshow .slide-container, .rs-slideshow .slide-container a {
	filter: inherit;
}
/**
*	These styles make the list of links to slide images visible to users
*	who don't have JavaScript enabled. By adding the 'no-js' class to 
*	the HTML element, and using Modernizr to remove this class for JS
*	users, we can style for both scenarios.
*	http://www.moder.no-js .rs-slideshow {
	height: auto;
}
.no-js .rs-slideshow .slide-container, .no-js .rs-slideshow .slide-container img {
	position: relative;
}
.no-js .rs-slideshow .slides {
	display: block;
	margin: 24px 48px;
}
.no-js .rs-slideshow .slides li {
	margin: 0;
}
/**
*	The following styles are used in the demos with slideshow controls, 
*	such as play/pause and prev/next buttons.
*/

.rs-controls {
	clear: both;
	width: 680px;
	background-color: #1e4637;
	margin-left: 20px;
}
.rs-play-pause, .rs-prev, .rs-next {
	float: right;
}
.rs-next {
	float: right;
	margin-right: 5px;
}
.rs-controls ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0;
	padding-left: 5px;
}
.rs-index-list li {
	float: left;
}
.rs-controls a {
	color: #FFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	text-decoration: none;
}
.rs-controls a:hover {
	color: #FF6600;
}
.rs-controls .rs-active {
	color: #CC9900;
}
#callback-messages, #slide-class-message {
	margin: 48px auto;
	width: 510px;
}
.slide-container.some-custom-class {
	background-color: #890;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	top: 0;
	width: 28%;
}
/*	Clearfix	*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
} /* Hides from IE-mac \*/
.clearfix {
	display: block;
}