
.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }
#cs-buttons-slider
{
    margin: 0px;
    padding: 0px;
    float: right !important;
}
.cs-buttons {
    background: url("images/slider_bottom1.png") repeat-x top left transparent;
    width: 755px;
    position: absolute !important;
    top: 332px;
    left: 10px;
    z-index: 2000 !important;
    height: 20px;
    overflow: hidden;
}
.cs-buttons a {
    margin: 3px 2px 3px 2px;
    height: 14px;
    width: 14px;
    float: left;
    border: none;
    color: #dcd4c8;
    padding: 0px 0px 0px 3px;
    font-size: 10px;
    font-weight: bold;
    background: url("img/icons/icons_white.png") no-repeat top left;
}
.cs-active
{
    width: 14px;
    height: 14px;
    border: none;
    background: url("img/icons/icons_red.png") no-repeat top left transparent !important;
}

.cs-title  
{
    width: 1000px; 
    height: 250px; 
    padding: 10px; 
    background-color: #000000; 
    color: #FFFFFF;
    z-index: 1 !important;
             }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
