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


.coin-slider {
	overflow: hidden;
	zoom: 1;
	position: relative;
	width:654px;
	height:274px;
}
.coin-slider a {
	text-decoration: none;
	outline: none;
	border: none;
}
.cs-buttons {
	font-size: 0px;
	float: left;
	position:absolute;
	right:20px;
	bottom:34px;
	z-index:999;
}
.cs-buttons a {
	margin-left: 5px;
	height: 6px;
	width: 6px;
	float: left;
	background:#fff;
	text-indent: -1000px;
	
	
	
	-webkit-border-radius: 100px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
	border-radius: 100px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
	/* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.cs-active {
	background:#000 !important;
}
.cs-title {
	width:860px;
	height:60px;
	background-color: #000000;
	color: #FFFFFF;
	padding:0 100px 0 20px;
}

.cs-title strong {
	font-size:18px;
	font-weight:normal;
	margin-right:20px;
	line-height:60px;
	float:left;
}

.cs-title b {
    display: block;
    float: left;
    margin-top: 12px;
    width: 640px;
}

.cs-title p {
	width:700px;
}

.cs-prev {
	background:url(../images/prev_btn.png) no-repeat left top;
	height:57px;
	width:37px;
	text-indent:-9999px;
	left:5px !important;
}
.cs-next {
	background:url(../images/next_btn.png) no-repeat right top;
	height:57px;
	width:37px;
	text-indent:-9999px;
	right:5px !important;
}
