/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-slider { overflow: hidden; zoom: 1; position: relative; text-align:center;}
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 1px; top:-100px; padding-left:900px;}
.cs-buttons a {
	margin: 10px 2.5px 10px 2.5px;
	height: 12px;
	width: 12px;
	float: left;	
	color: #000;
	text-indent: -1000px;
	border-radius:10px; 
}
/*.cs-active {	
	text-align:lefts;
	background-color: #00F;
	border-radius:10px;
}

.cs-title { width: 990px; padding: 10px; background-color: #272727; color: #FFFFFF; text-align:justify; 
}*/

.cs-prev {
	margin-left:10px;
	background-image:url(prv.png);
	width:30px; height:30px;
	background-repeat:no-repeat;
}
.cs-next {
	margin-right:10px;
	background-image:url(nxt.png);
	width:30px; height:30px;
	background-repeat:no-repeat;
}*/