/**
*	Really Simple™ Slideshow -- CSS
*/

.rs-slideshow {
	
	border-radius: 0px;
	height: 415px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	width: 636px;
	background-image:url(images/gradient.png);
	background-repeat:no-repeat;
	
}

.rs-slideshow .slide-container {
border-top: 0px solid #6699cc;
	position: absolute;
	height: 100%;
	left: 0px;
	overflow: hidden;
	top: 0px;
	width: 636px;
}

.rs-slideshow .slide-container img {
	position: relative;
}

.rs-slideshow .slide-container {
height:422px;
border-bottom: 1px solid #333;

}
 .slide-caption {
	 top:313px;
	bottom: 0;
	color: #333;
	display: block;
	left: 0px;
	padding-left: 10px;
	padding-right: 65px;
	position: absolute;
	text-align: left;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
	height:141px;
	width: 610px;
font-size:12px;
line-height:14px;
background:#333;
border-top: 1px solid #000;

}
.rs-slideshow .slides {
	display: none;
}

.rs-slideshow .slide-container img,
.rs-slideshow .slide-container .slide-caption,
.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.modernizr.com/
*/

.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;
}
.slide-caption a{
	color:#fff;
}
.slide-caption a:hover{
	color:#ccc;
}
.slide-caption h2{
	color:#fff;
	font-family:entete;
	font-size: 15px;
	font-weight: normal;
}

/**
*	The following styles are used in the demos with slideshow controls, 
*	such as play/pause and prev/next buttons.
*/
#controls {
	float: right;
}
.rs-controls {
	float: right;
	margin-top:0px;
	width: 200px;
text-align:right;
}
.rs-play-pause {
	float: left;
	margin-right: 3px;
	width:30px;
	text-align:center;
	height:14px;
}
.rs-prev, .rs-next {
	float: left;
	margin-right: 3px;
	width:10px;
			height:14px;
}
.rs-controls ul {
	float: left;
	list-style: none;
	margin: 0 6px 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.rs-index-list li {
	float: left;
	margin-right: 3px;
		list-style-type: none;
	list-style-image: none;
}
.rs-controls a {
	background-color:#F60;
	border: 0px solid #ddd;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;*/
	color: #fff;
	display: block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
padding-top: 0px;
padding-right: 3px;
padding-bottom: 5px;
padding-left: 3px;
	text-decoration: none;
			height:12px;
}
.rs-controls a:hover {
	background-color:#F90;
	color: #fff;
}
.rs-controls .rs-active {
	background-color:#F90;
	border: 0px solid #444;
	color: #fff;
}


#callback-messages {
	margin: 48px auto;
	width: 400px;
}



/*	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; }
