/*
	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; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; margin-top:10px; }
.cs-buttons a  { margin-left: 5px; height: 5px; width: 5px; float: left; border: 1px solid #444; color: #333; text-indent: -1000px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
.cs-active     { background-color: #FC3; border-color:#FC3; color: #FC3; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }

.cs-title      { width: 940px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev { background:url(../images/arrow-left.png) 5px 0 no-repeat; width:34px; height:31px; padding-left:10px; }
.cs-next { background:url(../images/arrow-right.png) 17px 0 no-repeat; width:34px; height:31px; text-align:right; padding-right:20px; }

