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


.coin-slider { overflow: hidden; zoom: 1; position: relative; width: 490px; /*margin-left: 10px;*/}
.coin-slider a{ text-decoration: none; outline: none; }


.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 11px; width: 11px; float: left; /*border: 1px solid #B8C4CF;*/ color: #B8C4CF; text-indent: -1000px; background-image: url(../../images/slideshow-interface/bullet-off.png); background-repeat: no-repeat; }
a.cs-active { /*background-color: #B8C4CF;*/ color: #FFFFFF; background-image: url(../../images/slideshow-interface/bullet-on.png); background-repeat: no-repeat; width: 11px; height: 11px;  }

.cs-title { width: 468px; padding: 10px; background:#2f3430;  color: #FFFFFF; opacity:0.9; filter:alpha(opacity=90);}

.cs-prev {background-image:url(../../images/slideshow-interface/left.gif);width:38px; height:48px; opacity:0.7; filter:alpha(opacity=70); cursor: pointer; }
.cs-next { background-image:url(../../images/slideshow-interface/right.gif);width:38px; height:48px; opacity:0.7; filter:alpha(opacity=70); cursor: pointer;}

.coin-slider h3{ font-size: 14px; font-weight: bold; padding:0px; margin: 0px 0px 3px 0px; }
