.coin-slider {
    overflow: hidden;
    position: relative;
		
}
.coin-slider a {
    border: medium none;
    outline: medium none;
    text-decoration: none;
}
.cs-buttons {   
    font-size: 0;
    padding: 10px;
	position:relative;
	top: -250px;
	left: 300px;
}
.cs-buttons a {
    border: 1px solid #B8C4CF;
    color: #B8C4CF;
    float: left;
    height: 10px;
    margin-left: 0px;
    text-indent: -1000px;
    width: 10px;
	*display:none;
}
.cs-active {
    background-color: #B8C4CF;
    color: #FFFFFF;
}
.cs-title {
    background-color: #85c226;
    color: #FFFFFF;
    padding: 0px;
}
.cs-prev, .cs-next {
    background-color: #000000;
    color: #FFFFFF;
    padding: 0 0px;
}
/** Coin Slider additional styles **/
.cs-buttons a {
    border-radius: 50%;
    background: #CCC;
    background: -webkit-linear-gradient(top,  #CCCCCC, #F3F3F3); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #CCCCCC, #F3F3F3); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #CCCCCC, #F3F3F3); /* opera */
    background:     -ms-linear-gradient(top,  #CCCCCC, #F3F3F3); /* IE10 */
    background:         linear-gradient(top,  #CCCCCC, #F3F3F3); /* css3 */ 	
	margin-left:3px;	
}
a.cs-active {
    background: #599BDC;
    background: -webkit-linear-gradient(top,  #7fbb23, #66971c); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #7fbb23, #66971c); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #7fbb23, #66971c); /* opera */
    background:     -ms-linear-gradient(top,  #7fbb23, #66971c); /* IE10 */
    background:         linear-gradient(top,  #7fbb23, #66971c); /* css3 */  
    border-radius: 50%;    
    box-shadow: 0 0 3px #66971c;   
    border: 1px solid #66971c !important; 
}



