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

.coin-slider { margin-top:5px; margin-left:8px; width:455px; height:380px; overflow: hidden; zoom: 1; position: relative; z-index: 9; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; margin-top: -56px; z-index: 9999; }
.cs-buttons a { float: left; margin-left: 5px; height: 10px; width: 10px; border: 1px solid #bebebe; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #bebebe; color: #FFFFFF; }

.cs-title { width: 554px; padding: 5px; background-color: #000000; color: #FFFFFF; text-indent:10px; text-align:left;}
.cs-prev {width:50px; height:45px; background:url(../images/prev.png) no-repeat;}
.cs-next {width:50px; height:45px; background:url(../images/next.png) no-repeat;}
