
.emBehaviorNivoSlider {
    position: relative;
}
.emBehaviorNivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.emBehaviorNivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption h3 {
    color:#fff;
}
.nivo-caption a {
    display: inline !important;
}
.emBehaviorNivoSliderHtmlCaption {
    display: none;
}
.nivo-directionNav a {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    cursor: pointer;
    opacity: 0.7;
    padding: 10px;
    position: absolute;
    top: 45%;
    z-index: 9;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.nivo-controlNav a {
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.nivo-controlNav a.active {
    font-weight: bold;
}
.emBehaviorNivoSliderThumbsPositionOutBottom .nivo-controlNav {
    bottom: -70px;
    position: absolute;
}
.emBehaviorNivoSliderThumbsPositionOutTop .nivo-controlNav {
    position: absolute;
    top: -70px;
}
.emBehaviorNivoSliderThumbsPositionOutRight .nivo-controlNav {
    bottom: 0;
    position: absolute;
    right: -110px;
}
.emBehaviorNivoSliderThumbsPositionOutLeft .nivo-controlNav {
    left: -100px;
    position: absolute;
    top: 0;
}
.emBehaviorNivoSliderThumbsPositionOutBottom .nivo-controlNav img {
    display: inline;
    margin-right: 10px;
    position: relative;
}
.emBehaviorNivoSliderThumbsPositionOutTop .nivo-controlNav img {
    display: inline;
    margin-right: 10px;
    position: relative;
}
.emBehaviorNivoSliderThumbsPositionOutRight .nivo-controlNav img {
    display: block;
    margin-right: 10px;
    position: relative;
}
.emBehaviorNivoSliderThumbsPositionOutLeft .nivo-controlNav img {
    display: block;
    margin-right: 10px;
    position: relative;
}
.emBehaviorNivoSliderThumbsPositionInTop .nivo-controlNav {
    position: absolute;
    top: 0;
}
.emBehaviorNivoSliderThumbsPositionInTop .nivo-controlNav img {
    display: inline;
    margin-right: 10px;
    position: relative;
}
