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


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

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

.cs-buttons a {
    border: 0 solid #B8C4CF;
    color: #B8C4CF;
    float: left;
    height: 21px;
    margin-left: 2px;
    text-indent: 1000px;
    width: 25px;
}
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

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

.cs-prev
{
	background:url(../images/left.png) no-repeat;	
	width:40px;
	height:52px;
	display:block;
	cursor:pointer;
	font-size:0px;
	text-indent:-10000;
}
.cs-next
{
	background:url(../images/right.png) no-repeat;	
	width:40px;
	height:52px;
	display:block;
	cursor:pointer;
	font-size:0px;
	text-indent:-10000;
}
