/*
	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 { text-align:center !important;font-size: 0px; margin:10px 0 0 -100px !important; padding:7px 55px 0 45px;float: left; width:200px;height:43px;background:  
url(../images/slider_nav.png) no-repeat;}
.cs-buttons a { background:#909090 url(../images/cs-buttons.png) 0 0 no-repeat; margin-left: 5px; height: 15px; width: 15px; float: left; color: #B8C4CF; text-indent: -10000px; }
.cs-active { background:#0e5aa5 url(../images/cs-buttons.png) 0 -15px no-repeat !important; color: #FFFFFF; }

.cs-title {  padding:5px 10px; font-size:18px;background-color:#fff; color: #000;z-index:510 !important; display:inline !important; }

.cs-prev {width:40px;height:80px;background:url(../images/nextprev.png) 0 -80px; background-size:auto auto !important;opacity:1.0 !important; top:120px !important;}
.cs-next {width:40px;height:80px;background:url(../images/nextprev.png) 0 0;background-size:auto auto !important; opacity:1.0 !important;  top:120px !important; }
