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

.coin-slider {
	position:relative;
	overflow:hidden;
}

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

.cs-buttons {
	float:left;
	padding:10px;
	margin:0;
}

.cs-buttons a {
	height:19px;
	width:19px;
	float:left;
	margin-left:4px;
	text-indent:-10000px;
}

.cs-title {
	width:960px;
	padding:10px;
}

.cs-title strong {font-size:1.5em;}

.cs-prev, .cs-next {
	width:79px;
	height:59px;
	padding:0;
	text-indent:-10000px;
}

.coin_slider span {display:none;}
