/* Slide Show banner Rotator */

#coin-slider-wrapper {
    margin-left:auto;
    margin-right:auto;
}

.coin-slider {
    overflow:hidden;
    zoom:1;
    position:relative;
}

.coin-slider a {
    text-decoration:none;
    outline:none;
    border:none;
}

.cs-title {
    background-color:black;
    color:white;
    margin-bottom:0px;
    margin-left:0px;
    padding:10px 0 10px 0;
}

.cs-active {
    background-color:#B8C4CF;
    color:#FFFFFF;
}

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

.cs-prev {
    background:url("images/prev.png") no-repeat 0 0 transparent !important;
    width:35px;
    height:35px;
    text-indent:-9999px;
    display:block;
    padding:0 !important;
    opacity:1 !important;
    filter:alpha(opacity=100) !important;
    left:20px !important;
}

.cs-prev:hover {
    background-position:0 -35px !important;
}

.cs-next {
    background:url("images/next.png") no-repeat 0 0 transparent !important;
    width:35px;
    height:35px;
    text-indent:-9999px;
    display:block;
    padding:0 !important;
    opacity:1 !important;
    filter:alpha(opacity=100) !important;
    right:20px !important;
}

.cs-next:hover {
    background-position:0 -35px !important;
}

#coin-slider-wrapper .cs-buttons {
    left:0 !important;
    margin:0 !important;
    padding:10px 20px 10px 12px;
    position:absolute !important;
    bottom:20px;
    background:#3e3e3e;
}

#coin-slider-wrapper .cs-buttons a {
    background-color:#fff;
    margin-left:8px;
    height:10px;
    width:10px;
    float:left;
    color:#fff;
    text-indent:-1000px;
    border-radius: 2px;    
}

.cs-buttons a.cs-active {
    background-color:#dc1f30 !important;
}