/*
	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:13px; 
	 float: left; }
	 
.cs-buttons a {
	 margin-left:5px;  
	 height:23px; 
	 width: 23px; 
	 float: left;  
	 color: #FFFFFF; 
	 text-align:center;
	 line-height:25px;
	 background:#dde0e0;
	 font-weight:bold;
	 font-size:13px;
	 
	 
	  }
.cs-buttons a:hover {
	background:#f69433;}
		 
.cs-buttons .cs-active {
	 background-color:#f69433; 
	 color: #fff; }

.cs-title {
	background-image:url(../images/opa.png);
	background-repeat:repeat; 
	 color: #FF0000; 
	 margin-left:35px;
	 height:470px;
	 float:left;
	 padding-top:40px;
	 
	 }

.cs-prev, 
.cs-next {
	background-color: #fff;
	color: #333;
	padding: 0px 10px;
}
