.nivoSlider {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.nivoSlider img {
    left: 0;
    max-width: none;
    position: absolute;
    top: 0;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important
}

.nivoSlider a.nivo-imageLink {
    background: white;
    border: 0;
    display: none;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}

.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
}

.nivo-box {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 5;
}

.nivo-box img { display: block }

.nivo-caption {
    -moz-box-sizing: border-box;
    -moz-opacity: .8;
    -webkit-box-sizing: border-box;
    background: #000;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    display: none;
    filter: alpha(opacity=8);
    left: 0;
    opacity: .8;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    z-index: 8;
}

.nivo-caption p { padding: 5px; }

.nivo-caption a { display: inline-block; }

.nivo-html-caption { display: none }

.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 9;
}

.nivo-prevNav { left: 0 }

.nivo-nextNav { right: 0 }

.nivo-controlNav {
    padding: 15px 0;
    text-align: center;
}

.nivo-controlNav a { cursor: pointer }

.nivo-controlNav a.active { font-weight: 700 }