.sitewelder-theme.slider-wrapper {
    position: relative;
    width: 954px;
    height: 545px;
    margin: 0;
    padding: 0px;
}
 
.sitewelder-theme .nivoSlider {
    position: relative;
    width: 954px;
    height: 545px;
}
 
.sitewelder-theme .nivoSlider img {
    display: none;
    position: absolute;
    width: 954px;
    height: 545px;
    top: 0;
    left: 0;
}

.sitewelder-theme .nivo-controlNav {
    position: absolute;
    bottom: -30px;
    left: 105px;
}

.sitewelder-theme .nivo-controlNav a {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    text-indent: -9999px;
 
    background: #141517;
 
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
 
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
}

.sitewelder-theme .nivo-controlNav a.active,
.sitewelder-theme .nivo-caption span {
    background: #a5cd4e;
    background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
    background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
 
    -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
    -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
}


.sitewelder-theme .nivo-directionNav a {
    display: block;
    top: 60px;
 
    font-family: 'Consolas', sans-serif;
    font-size: 40px;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(255,255,255, .05);
}
 
.sitewelder-theme a.nivo-prevNav { left: -120px; }
 
.sitewelder-theme a.nivo-nextNav { right: -40px; }
