/*
 * jQuery Nivo Slider v3.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.nivoSlider img.first {
    z-index: 5;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.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;
}

.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;
}

/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 8;
}

.nivo-caption .inner {
    display: none;
    width: 100%;
}

.nivo-caption p {
    background: #000;
    color: #fff;
    margin: 0;
    padding: 8px 15px;
    opacity: 0.8;
    overflow: hidden;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 99;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    background: url('vhs-assets-css-b190630f4709aef592a8f4e18e2f1a6f.png') no-repeat;
    text-indent: -9999px;
    border: 0;
}

a.nivo-nextNav {
    background-position: -50px 0;
    right: 0px;
}

a.nivo-prevNav {
    left: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    position: absolute;
    left: 47%;
    bottom: -20px;
}

.nivo-controlNav a {
    position: relative;
    z-index: 99;
    cursor: pointer;
    display: block;
    width: 10px;
    height: 10px;
    background: url('vhs-assets-css-aaba3b336ca7bdc7f78f1370df8de8be.png') no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}

.nivo-controlNav a.active {
    font-weight: bold;
    background-position: -10px 0;
}

#media .nivo-controlNav {
    left: auto;
    right: .6%;
    bottom: -22px;
}

