/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-slider {
	overflow: hidden;
   	position: relative;
   	background-repeat: no-repeat; 
   	border-style: none;
   	border-width: 3px;
   	border-color:  #D4D4D4;
   	-webkit-border-radius: 5px;
   	-moz-border-radius: 5px;
   	border-radius: 5px;
}

.cs-slider{
	-o-background-size: 759px 360px;
    -webkit-background-size: 759px 360px;
    -khtml-background-size: 759px 360px;
    -moz-background-size: 759px 360px;
    background-size: 759px 360px;
    
}

.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; display: none; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 0px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; display: none; }
.cs-active { background-color: #B8C4CF; color: #000000; }

.cs-title {
	 width: 759px;
	 height: 80px;
	 padding: 5px;
	 background-color: #D4D4D4;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 24px;
	 color: #000000;
	 text-align: left;
}

.cs-prev, 
.cs-next {
	background-color: #D4D4D4;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 10px;
}
