
.slider-wrapper {
    position: relative;
}
.nivoSlider {
    background: #fff url("loading.gif") no-repeat scroll 50% 50%;
    border-bottom: 1px solid #fff;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.nivoSlider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a {
    border: 0 none;
    display: block;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
.nivo-controlNav {
    padding: 10px 0;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.nivo-controlNav a {
    background: #d2d2d2 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    display: inline-block;
    height: 15px;
    margin: 0 2px;
    text-indent: -9999px;
    width: 15px;
}
.nivo-controlNav a.active {
    background: #ffcf2b none repeat scroll 0 0;
}
.nivoSlider 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;
    top: 0;
    z-index: 5;
}
.nivo-box {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 5;
}
.nivo-box img {
    display: block;
}
.nivo-caption {
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    height: 250px;
    margin-top: 50px;
    padding: 40px;
    position: absolute;
    right: 200px;
    top: 0;
    width: 450px;
    z-index: 100;
}
.nivo-caption h2 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.nivo-caption p {
    font-size: 16px;
    margin: 0;
    padding: 5px;
}
.nivo-caption a {
    color: #0088e7;
    display: inline !important;
}
.nivo-caption a:hover {
    color: skyblue;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    background: rgba(0, 0, 0, 0) url("/images/arrows.png") no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    width: 30px;
    z-index: 9;
}
.nivo-directionNav .nivo-prevNav {
    left: 15px;
}
.nivo-directionNav .nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
