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


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

.cs-buttons { font-size: 0px; padding: 10px; float: left; color: #ffffff; display:none; } 
/*
.cs-buttons a { background-image: url('img/greendot.png'); background-repeat: no-repeat; margin-top: 10px; margin-left: 10px; height: 20px; width: 20px; float: left; border: 1px solid #ffffff; color: #ffffff; text-indent: -1000px; }
*/
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 955px; padding: 10px; background-color: #DDDDDD; color: #ffffff; display: none; }


.cs-prev { background-position: absolute; background-image: url('img/left_arrow.gif'); background-repeat: no-repeat; padding: 1000px 10px; margin-left: 0px; }

.cs-next { background-position: absolute; background-image: url('img/right_arrow.gif'); background-repeat: no-repeat; padding: 1000px 8px; margin-right: 0px; }

/*
.cs-next { background-color: #ffffff; color: #999999; padding: 0px 5px; }
*/

#coin-slider-coin-slider { width: 975px }
