/*
	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 { font-size: 0px; padding: 10px; position:absolute; right:30px; bottom:10px; }
.cs-buttons ab {
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
background: -webkit-linear-gradient(top, #CCCCCC, #F3F3F3);
margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; 
}

.cs-buttons a{margin-left: 10px; height: 11px; width: 11px; float: left; border: 0px solid #B8C4CF; color: #B8C4CF;
  background:url('../resources/bg_main.png'); background-position:0px -151px; ; text-indent: -1000px;
}


.cs-buttons a.cs-active {  background-position:-11px -151px; }

.cs-title { width: 920px; padding: 10px; background-color: #000000; color: green; }

.cs-prev { background:url('../resources/bg_main.png'); background-position:-82px -97px; color: #FFFFFF; }
.cs-next { background:url('../resources/bg_main.png'); background-position:0px -97px; color: #FFFFFF; }
