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

#coin-slider{ background-size:980px auto !important;}
.coin-slider { overflow: hidden; zoom: 1; position: relative;}
.coin-slider a{ text-decoration: none; outline: none; border: none;background-size:980px 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: 20px; width: 20px; float: left; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background:url(../images/sbutton.png) 0 -20px no-repeat !important; color: #FFFFFF; }

.cs-title {  max-width:970px; position:relative; bottom:10px !important; left:10px !important;padding:0 5px; font-size:20px;background-color: #000; color: #FFFFFF;z-index:510 !important; line-height:30px;display:inline;}

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