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

#coin-slider{ background-size:640px auto !important;}
.coin-slider { overflow: hidden; zoom: 1; position: relative;width: 640px;float:left; height:320px;}
.coin-slider a{ text-decoration: none; outline: none; border: none;background-size:650px auto; }

.cs-buttons { font-size: 0px; padding: 5px; float: left;margin-top:5px; }
.cs-buttons a { background:url(../images/sbutton.png) 0 0 no-repeat; margin-left: 5px; height: 15px; width: 15px; float: left; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background:url(../images/sbutton.png) 0 -15px no-repeat !important; color: #FFFFFF; }

.cs-title {  width:640px; height:45px;   position:relative; bottom:15px !important; left:0px !important;padding:0 5px; font-size:15px;background-color: #0c314c; color: #FFFFFF;z-index:510 !important; display:inline;opacity:1.0 !important;}

.cs-prev {display:block;width:25px;height:50px;background:url(../images/prevnext.png) 0 -50px; background-size:auto auto !important;opacity:1.0 !important; top:120px !important;}
.cs-next {width:25px;height:50px;margin-right:10px;background:url(../images/prevnext.png) 0 0;background-size:auto auto !important; opacity:1.0 !important;  top:120px !important; }
