@charset "UTF-8";
.nivoSlider {
    position: relative;
}

.nivoSlider img {
    left: 0;
    top: 0;
    position: absolute;
}

.nivoSlider a.nivo-imageLink {
    margin: 0;
    padding: 0;
    border: 0 currentColor;
    border-image: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 60;
}

.nivo-slice {
    height: 100%;
    display: block;
    position: absolute;
    z-index: 50;
}

.nivo-caption {
    background: rgb(0, 0, 0);
    left: 0;
    width: 100%;
    bottom: 0;
    color: rgb(255, 255, 255);
    position: absolute;
    z-index: 89;
    opacity: 0.8;
}

.nivo-caption p {
    margin: 0;
    padding: 5px;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    top: 45%;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0;
}

.nivo-nextNav {
    right: 0;
}

.nivo-controlNav a {
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}


.nivo-controlNav a.active {
    background-position: 0 -22px;
}

.nivo-directionNav a {
    border: 0 currentColor;
    border-image: none;
    width: 66px;
    height: 66px;
    text-indent: -9999px;
    display: block;
}

a.nivo-nextNav {
    background: url("/images/3374/next.png") no-repeat;
    right: 15px;
}

a.nivo-prevNav {
    background: url("/images/3374/prev.png") no-repeat;
    left: 15px;
}