/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { 
	overflow	: hidden; 
	zoom		: 1; 
	position	: relative;
	background	: #000;
}
.coin-slider a{ 
	text-decoration	: none; 
	outline			: none; 
	border			: none; 
}
.cs-buttons { 
	height		: 30px; 
	width		: 100%;
	top			: 0px; 
	z-index		: 10000000000; 
	position	: absolute;
	margin-top	: 295px;
	text-align: right;
}
.cs-buttons a { 
	margin-right	: 10px; 
	height			: 30px; 
	width			: 45px;
	margin-top		: 7px;
	filter			: alpha(opacity=30);
	-moz-opacity	: 0.3;
	-khtml-opacity	: 0.3;
	opacity			: 0.3;
	padding: 2px;
}
.cs-buttons a img{ height: 30px; width: 45px; border: 2px #000 solid;}
.cs-buttons a.cs-active { 
	filter			: alpha(opacity=100);
	-moz-opacity	: 1.0;
	-khtml-opacity	: 1.0;
	opacity			: 1.0; 
}
.cs-buttons a:hover{
	filter			: alpha(opacity=100);
	-moz-opacity	: 1.0;
	-khtml-opacity	: 1.0;
	opacity			: 1.0; 
}