/*
	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; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; margin-top:-45px; padding-left:380px; z-index:9}
.cs-buttons a { margin-left: 5px; height: 20px; width: 20px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 700px; height:30px; padding: 10px; margin-bottom:100px; font-size:38px;
	 font-family:Verdana, Geneva, sans-serif;
	 font-weight:bolder;
	 padding-left:50px;
	 z-index:9;
	 
	 
	 /*color:#333399;*/ 
	 color:#000033;}

.cs-prev{ /*background-color: #000000;*/ 
           color: #FFFFFF; 
		   /*padding: 10px 0px;*/
		   background-image:url(../../images/pages/arrow-prev.png);
		   background-repeat:no-repeat;
		   width:50px;
		   height: 100px;
		   background-position:right;
		    margin-top:-20px;	   
		    
		   }
.cs-next { /*background-color: #000000;*/ 
           color: #FFFFFF; 
		   /*padding: 0px 10px;*/
		   background-image:url(../../images/pages/arrow-next.png);
		   background-repeat:no-repeat;
		   width:50px;
		   height: 100px;
		   background-position:left;
		   margin-top:-20px;
		    
		   }
