#coin-slider{
    overflow: visible;
    zoom: 1;
    position: relative;
    width: 480px;
    height: 360px;
    margin-left: 21px;
}
a{
    text-decoration: none;
    outline: none;
    border: none;
}

.cs-buttons { display: none; font-size: 0px; padding: 0px; float: left; position: relative; top: -22px; z-index: 1001;}
.cs-buttons a { margin-left: 8px; height: 11px; width: 11px; float: left; text-indent: -1000px; background: url('../images/cyrcle_button-active.png'); }
.cs-active { display: none; background: url('../images/cyrcle_button.png')!important; }

.cs-prev{
    margin-left: -21px;
    width: 20px;
    height: 20px;
    background: url('../images/prev-bg.jpg');
}
.cs-next{
    margin-right: -21px;
    width: 20px;
    height: 20px;
    background: url('../images/next-bg.jpg');
}

.cs-title{
    width: 750px;
    margin-bottom: -17px;
    z-index: 2500;
    font-size: 12px;
    line-height: 12px;
    color: #6b5a52;
    text-align: right;
}