/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
                                                               
.sliderContainer {width:1008px; position:absolute; top:231px; height:318px; margin-left:8px;  margin-top:0px; border-radius: 10px; z-index:1; background:#fff; }
.coin-slider { overflow: hidden; zoom: 1; position: relative; width:1008px;  height:318px; border-radius: 10px; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left;  margin-top: -350px; z-index:99999;}
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 3px solid rgb(79, 115, 243);
color: rgb(15, 78, 135); text-indent: -1000px; }
.cs-active { background-color: rgb(255, 243, 0); color: #FFFFFF; }

.cs-title { width: 1008px; font-size: 30px;
font-weight: 700;
line-height: 24px;

letter-spacing: 0.06em;
text-transform: uppercase;
color: #FFF;
text-align: center;
padding: 10px 0px 0px 0px;
top:260px;
box-shadow: 0px 4px 8.5px 0.5px rgba(0, 0, 0, 0.17);
background: rgba(0, 129, 229, 0.73) none repeat scroll 0% 0%;

 font-family: "PT Sans",sans-serif;
font-weight: bold;
height:35px;  }

.cs-title b {color: #ffe137;  }

.cs-prev, 
.cs-next { background:transparent; color: #000; padding: 0px 10px; z-index:0; display:none; }
