
/*
	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: 14px; padding: 10px; }
.cs-buttons a { margin-left: 5px; height: 20px; padding:5px 2px 0 2px; width: 18px; float: left; color: #a9aaac; text-align:center;  }
.cs-active { background-color: #5f5d5e; color: #FFFFFF; }

#cs-buttons-wrapper { position:absolute; float:left; height:25px; margin-top:-30px; width: 623px; background-color:#333; filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;  }
.cs-title { width: 573px; padding: 10px 25px; background-color: #ffffff; color: #4c4c4d;  line-height:14px; font-size:12px; height:35px; }

.cs-prev, 
.cs-next { background-color: #000000; width:61px; height:61px; margin: 0 20px; text-indent:-5000px; }
.cs-prev { background: url(prev.png) no-repeat;  }
.cs-next { background: url(next.png) no-repeat;  }
#coin-slider-coin-slider { width: 623px}

