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


.coin-slider { zoom: 1;
	z-index: 1;
	position: relative;
	float: left;
}

.cs-buttons { font-size: 0px;
	padding: 10px;
	position: relative;
	top: 0px;
	left: 40px;
}

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

.cs-buttons a { float: left; margin-left: 5px; height: 12px; width: 12px; color: #B8C4CF; text-indent: -9999px;
	display: block;
	background-image: url(../images/panel-20.png);
	margin-bottom: 1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(PIE.htc);
}

.cs-buttons a:hover { 
	background-image: url(../images/panel-40.png);
}
.cs-active { color: #FFFFFF;
	background-color: black;
}

.cs-prev, .cs-next { 
display: none; 
color: #FFFFFF;
	text-indent: -9999px;
}

.cs-prev {
	background: url(../images/arrow-left.png) no-repeat;
	width: 32px;
	height: 68px;
	position: relative;
	float: left;
}

.cs-next {
	background: url(../images/arrow-right.png) no-repeat;
	width: 32px;
	height: 68px;
	float: right;
	position: relative;
}

#cs-navigation-coin-slider {
	position: absolute;
	left: -48px;
	width: 584px;
	top: -22px;
	display: none;
}

.cs-title {
	width: 488px;
	font-size: 16px;
	color: white;
	text-align: center;
	position: absolute;
	top: -59px;
	font-weight: bold;
	display: none;
}

#coin-slider {
	border: 4px solid white;
}

