/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-slider
{
	overflow: hidden;
	position: relative;
	float:left;
	margin-right:0px;
}
.coin-slider a
{
	text-decoration: none;
	outline: none;
	border: none;
}
.outer_wrapper
{
	position:absolute;
	z-index:999;
	right:0px;
	bottom:0px;
	width:698px;
	text-align:left;
	background:url('../img/cs-buttons-rep.png') 0px 0px repeat transparent;
}
.cs-buttons
{
	padding: 17px 0px 17px 0px;
	margin: 0px auto 0px 600px;
	overflow:hidden;
	width:auto;
	display:inline-block;
}
.cs-buttons
{
	font-size: 0px;
}
.cs-buttons a
{
	margin-right: 1px;
	height: 15px;
	width: 15px;
	float:left;
	color: #B8C4CF;
	text-indent: -1000px;
}
.cs-active
{
	color: #FFFFFF;
}
.cs-title
{
	background-color: #000000;
	color: #FFFFFF;
}
.cs-prev, .cs-next
{
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
	display:none;
}
.cs-buttons a, .cs-buttons a.cs-active
{
	background:url('../img/cs-buttons.png') no-repeat transparent;
}
.cs-buttons a
{
	background-position: 0 0;
}
.cs-buttons a.cs-active
{
	background-position: 0 100%;
}
.coin-slider
{
}
#coin-slider
{
	position:relative;
	margin:0px 0px 0px 0px;
}