


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


.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; color:white; text-shadow:2px 2px 4px #000000; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 3px; width: 3px; 
float: left;
 border: 1px solid grey; color: red; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

#cs-actu .cs-title {
padding:8px; 
width:100%;
background-color:#7d0000; 
text-transform:uppercase; 
text-shadow:2px 2px 4px #000000; 
color: white; 
font-size:25px; 
text-decoration:none;
position: absolute; 
top:50px;
z-index: 1000; 
	font-family: 'Bangers', cursive;
}

#cs-lan .cs-title {
padding:0px; 
width:450px;
height:60px;
background-color:#46657b; 
text-transform:uppercase; 
text-shadow:3px 3px 1px #222; 
color: white; 
font-size:28px; 
text-decoration:none;
position: absolute; 
bottom:0px;
z-index: 1000; 
	font-family: 'Bangers', cursive;
}

#cs-poker .cs-title {
padding:0px; 
width:450px;
height:60px;
background-color:#7b4646; 
text-transform:uppercase; 
text-shadow:3px 3px 1px #222; 
color: white; 
font-size:28px; 
text-decoration:none;
position: absolute; 
bottom:0px;
z-index: 1000; 
	font-family: 'Bangers', cursive;
}



.cs-prev, 
.cs-next { background-color: #555555; color: #FFFFFF; padding: 0px 10px;}


#coin-slider-coin-slider { width: 620px}
