/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivoSlider
{
    position: relative;
    width: 1000px;
    height: 385px !important;
    overflow: visible;
    max-height: 385px !important;
}

    .nivoSlider img
    {
        display: none;
    }

    .nivo-slice img
    {
        display: none !important;
        opacity: 0 !important;
    }

.nivo-main-image
{
    display: block !important;
    width: 100% !important;
    min-height: 385px !important;
    position: absolute !important;
    /*right: -525px !important;
    top: -110px !important;*/
}

.nivo-slice,
.nivo-box
{
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-slice
{
    height: 100%;
    top: 0;
}

.nivo-box
{
    overflow: hidden;
}

    .nivo-box img
    {
        display: block;
    }

.nivo-caption
{
    text-shadow: 0 2px 3px #666;
    font: normal normal normal 15px/22px 'OpenSansRegular', Arial, sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
    z-index: 8;
    overflow: hidden;
    display: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .nivo-caption .header
    {
        font: normal normal normal 35px/42px 'OpenSansLight', Arial, sans-serif;
        text-transform: uppercase;
    }

    .nivo-caption .caption-wrap
    {
        display: block;
        margin: 0 auto;
        width: 960px;
    }

        .nivo-caption .caption-wrap .caption-wrap-inner
        {
            width: 50%;
        }

    .nivo-caption a
    {
        display: inline !important;
    }

.nivo-html-caption
{
    display: none;
}

.nivo-directionNav a
{
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav
{
    left: 0;
}

.nivo-nextNav
{
    right: 0;
}

.nivo-controlNav
{
    display: block;
    width: auto;
    text-align: center;
    z-index: 5;
    padding: 0;
    position: absolute;
    /*left: 47.5%;*/
    right: 30px;
    bottom: 15px;
}

    .nivo-controlNav a
    {
        cursor: pointer;
        display: block;
        width: 22px;
        height: 22px;
        background: url('../images/dots.png') no-repeat;
        text-indent: -99999px;
        float: left;
        margin: 0 5px 0 0;
    }

    .nivo-controlNav a.active
    {
        background-position: -24px 0;
    }