/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { 
	float:left; 
	height:16px; 
	margin-top:-50px;
	margin-left:215px;
	z-index:9090;
}

.cs-buttons a{ 
	float:left;
	width:17px;  
	height:16px; 
	background:url(slider_nav2.png) no-repeat; 
	margin:0px 3px;  
	text-indent: -2000px;
}
.cs-buttons a.cs-active, .cs-buttons a:hover { background:url(slider_nav1.png) no-repeat;}

.cs-title { width:950px; padding:0px; font:normal 18px/22px Arial; color:#FF0000; font-style:italic; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; display:none; }