/*push the whole buttons up to overlay the image*/
#coin-slider-wrapper .cs-buttons{
    margin-top: -30px;
}

/*Pre/Next btn hide*/
#cs-navigation-coin-slider1644{
    display: none !important;
}

/*buttons*/
#coin-slider-wrapper a.cs-button-coin-slider1644{
    line-height: 0; 
    color: transparent;
    width: 14px;
    height: 14px;
    background:url(images/inactive.png) no-repeat;
    padding: 0 7px 0 7px;
}

/*When hover or active*/
#coin-slider-wrapper .cs-buttons a:hover,
#coin-slider-wrapper .cs-buttons a.cs-active{
    background:url(images/active.png) no-repeat;
}