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


.coin-slider { 
	border:solid 1px #c2c0c0;
	position: relative;	
	float:right;
	height:262px;
	width:413px;
}
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { 
	font-size: 0px; 
	background: url(../img/slider-bg.png) no-repeat center top;
	padding:12px 36px 5px;
	width:80px;
}

.cs-buttons a { 
	margin-left: 5px; 
	height: 13px; 
	width: 12px; 
	float: left; 
	background: url(../img/slider.gif) no-repeat;	
	text-indent: -1000px; 
}
.cs-buttons .cs-active { 
	background: url(../img/slider-active.gif) no-repeat;	
}

.cs-prev, .cs-next { display:none; }

