
/*
	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; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

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

.cs-prev {text-indent:-999px; width:40px; padding: 0px 10px; background-image: url("../../../../wp-content/themes/arras/images/alex/point-left.png"); background-repeat: no-repeat;  }
.cs-next {text-indent:-999px; width:10px; padding: 0px 10px;  right: -30px; background-image: url("../../../../wp-content/themes/arras/images/alex/point-right.png"); background-repeat: no-repeat; }



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