
.nivoSlider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

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

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


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

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

.nivo-box img {
    display: block;
}


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

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

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}


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

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}


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

.nivo-controlNav a {
    cursor: pointer;
    background: url(images/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 2px;
}

.nivo-controlNav a.active {
    background-position: 0 -22px;
}


.nivoSlider .nivo-directionNav .nivo-prevNav {
    background: url(images/arrows.png) no-repeat scroll 0 0 transparent;
    left: 15px;
    width: 35px;
    height: 35px;
}

.nivoSlider .nivo-directionNav .nivo-nextNav {
    background: url(images/arrows.png) no-repeat scroll -35px 0 transparent;
    right: 15px;
    width: 35px;
    height: 35px;
}

.nivoSlider:hover .nivo-directionNav .nivo-prevNav {
    background-position: 0 -35px;
}

.nivoSlider:hover .nivo-directionNav .nivo-nextNav {
    background-position: -35px -35px;
}


.nivoSlider .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

.nivoSlider .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}

.nivoSlider .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}