.coin-slider { 
	overflow: hidden; 
	zoom: 1; 
	position: relative; 
	background: none repeat scroll 0 0 #afc0cf;
}

.coin-slider a,
.coin-slider a:hover { 
	text-decoration: none; 
	outline: none; 
}


.cs-buttons { 
	font-size: 0px; 
	padding: 4px; 
	float: left; 
}

.cs-buttons a { 
    background: none repeat scroll 0 0 #015198;
    border-radius: 6px;
    color: #015198;
    float: left;
    height: 12px;
    text-indent: -1000px;
    width: 12px;
    border: 0;
    margin: 0 2px 0 0;
}

.cs-button-slider { 
	border: 1px solid #D2D2D2;
}
.cs-active { 
    background: none repeat scroll 0 0 #538cbe !important;
}

.cs-title { 
	position: absolute; 
	z-index: 1000;
	top: 0;
	left: 0;
	padding: 2px 20px 2px 25px;
	font-family: 'Titillum Web', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF; 
	background: none #015198;	
	height: 20px;
}

.cs-title b { 
	font-family: 'Titillum Web', sans-serif;
	font-size: 17px;
	font-weight: 900;
}

.cs-prev, 
.cs-next { 
	background: none repeat scroll 0 0 #015198;
	color: #FFFFFF; 
	padding: 0px 10px; 
	font-weight: bold;
}
.cs-prev1 {
	background: url('images/prev.png') repeat scroll 0 0 #015198;
	padding: 0px 10px; 
}
.cs-next1 {
	background: url('images/next.png') repeat scroll 0 0 #015198;
	padding: 0px 10px; 
}
