/*  	Coin Slider jQuery plugin CSS styles	http://workshop.rs/projects/coin-slider */
.coin-slider { 
	overflow: visible; 
	zoom: 1; 
	position: relative; 
	border-top:  3px solid #000;
	border-bottom:  3px solid #000;
}
.coin-slider a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}
.cs-buttons {
    float: right !important;
    font-size: 0;
    padding: 0px 10px 0px 0px;
    position: absolute !important;
    right: 0 !important;
	margin-top:-5px !important;
	z-index:999999 !important;
}
.cs-buttons a { 
	margin-left: 5px; 
	height: 10px; 
	width: 15px; 
	float: right; 
	border: 2px solid #009F95; 
	color: #B8C4CF; 
	text-indent: -1000px; 
	background-color: #fff;
}
.cs-active {
	background-color: #009F95 !important;
	color: #FFFFFF;
}
.cs-title {
    background-color: #FFFFFF;
    color: #000000;
    /*font-size: 12px;*/
    height: 280px;
    left: 25px !important;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 10px;
    position: relative !important;
    width: 170px;
}
.cs-title b { 
	margin: 0px 0px 10px 0px ;
	clear:both;
	display:block;
	color: #00756E; 
	left:14px;
	font-size: 13px !important;
	line-height: 18px;
	font-weight:bold;
}
.cs-prev, 
.cs-next { 
	background-color: #fff; 
	color: #000; 
	font-weight:bold;
	padding: 0px 10px; 
	top:280px  !important;
	display:none;
}
.cs-prev:hover, 
.cs-next :hover{ 
	background-color: #E9FFFD !important;
	color: #009F95 !important;
}

