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

html, body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin:0;
}

.coin-slider {
	overflow: hidden;
	zoom: 1;
	position: relative;
	padding-bottom: 0px;
}
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 0px; float: left; }
.cs-buttons a {
	margin-left: 0px;
	height: 0px;
	width: 0px;
	float: left;
	border: 1px solid #B8C4CF;
	color: #B8C4CF;
	text-indent: -1000px;
}
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 900px; padding: 0px; background-color: #000000; color: #FFFFFF; }

.cs-prev
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/arrow_left.png);
	height: 75px;
	width: 60px;
	background-repeat: no-repeat;
	padding-right: 20px;

} 
.cs-next {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/arrow_right.png);
	height: 75px;
	width: 60px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

img {  
	border-style: none;
}
