/*
	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: 5px 10px 5px 5px;
	float: left;
	background:#e8e1d2;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
}

.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #000; text-indent: -1000px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */}
.cs-active { background-color: #B8C4CF; color: #FFFFFF; border:1px solid #000; }

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }
 
.cs-next {
	width: 77px;
	height: 77px;
	background: url(../images/right_arrow.png) repeat-x center bottom;}

.cs-prev{
	width: 77px;
	height: 77px;
	background: url(../images/left_arrow.png) repeat-x center bottom;
	}

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