
.nivoSlider {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index:0;
}
.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 none repeat scroll 0 0;
    border: 0 none;
    display: none;
    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 {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    display: none;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption a {
    display: inline !important;
}
.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: bold;
}
.ImageLibraryBar .Wraper .nivoSlider {
    background: #fff url("images/loading.gif") no-repeat scroll 50% 50%;
    position: relative;
}
.ImageLibraryBar .Wraper .nivoSlider img {
    display: none;
    height: auto !important;
    left: 0;
    position: absolute;
    top: 0;
}
.ImageLibraryBar .Wraper .nivoSlider a {
    border: 0 none;
    display: block;
}
.ImageLibraryBar .Wraper .nivo-controlNav {
    background: #fff none repeat scroll 0 0;
    height: 30px;
    padding: 0;
    text-align: center;
}
.ImageLibraryBar .Wraper .nivo-controlNav .nivo-control {
    background: #c0c0c0 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 500px;
    display: inline-block;
    height: 12px;
    margin: 12px 10px;
    text-indent: -9999px;
    transition: all 0.5s ease 0s;
    width: 12px;
}
.ImageLibraryBar .Wraper .nivo-controlNav .nivo-control-text {
    background: transparent url("images/slides-button.jpg") repeat-x scroll left center;
    border: 1px solid #d0d0d0;
    box-shadow: 2px 2px 5px #cccccc;
    display: inline-block;
    font: bold 10pt/36px arial;
    margin: 0;
    padding: 0;
    width: 192px;
}
.ImageLibraryBar .Wraper .nivo-controlNav .nivo-control-text.active {
    background: #015294 none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    box-shadow: 1px 1px 12px #f0f0f0 inset;
    color: #fff;
}
.ImageLibraryBar .Wraper .nivo-controlNav .active {
    background: #01a8df none repeat scroll 0 0;
    transition: all 0.5s ease 0s;
}
.ImageLibraryBar .Wraper .nivo-directionNav a {
    background: rgba(0, 0, 0, 0) url("images/arrows.png") no-repeat scroll 0 0;
    border: 0 none;
    display: block;
    height: 30px;
    opacity: 0;
    text-indent: -9999px;
    transition: all 200ms ease-in-out 0s;
    width: 30px;
}
.ImageLibraryBar .Wraper:hover .nivo-directionNav a {
    opacity: 1;
}
.ImageLibraryBar .Wraper a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
.ImageLibraryBar .Wraper a.nivo-prevNav {
    left: 15px;
}
.ImageLibraryBar .Wraper .nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
}
.ImageLibraryBar .Wraper .nivo-caption a {
    border-bottom: 1px dotted #fff;
    color: #fff;
}
.ImageLibraryBar .Wraper .nivo-caption a:hover {
    color: #fff;
}
.ImageLibraryBar .Wraper .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.ImageLibraryBar .Wraper .nivo-controlNav.nivo-thumbs-enabled a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin-bottom: 5px;
    width: auto;
}
.ImageLibraryBar .Wraper .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    height: auto;
    width: 120px;
}
