/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/


.slider-wrapper {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
}

.nivo-controlNav {
    display: none;
}

@media all and (max-width: 1000px) {
    .home-slider .logo-wrapper {
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        box-shadow: 0 1px 0 rgba(255,255,255,0.25);
    }

    a.nivo-prevNav, a.nivo-nextNav {
        display: none;
    }
}

@media all and (min-width: 1001px) {

    .home-slider .slider-wrapper {
        min-height: 114px;
    }

    .home-slider .subheader-wrapper {
        position: absolute;
        top: 56px;
        z-index: 2;
        width: 100%;
        background-color: rgba(0,0,0,0.5);
        box-shadow: 0 1px 0 rgba(255,255,255,0.25);
    }

    .admin-header-links ~ .subheader-wrapper {
        top: 91px;
    }
}

.home-page-banner {
    width: 1000px;
    margin: 0 auto;
}

.nivoSlider {
}

    .nivoSlider a {
    }

    .nivoSlider img {
    }


/* DIRECTIONAL NAVIGATION */


.nivo-directionNav a {
    width: 45px;
    height: 45px;
    top: 50%;
    margin-top: -22px;
    border-radius: 50%;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.75;
    font-size: 0;
}

a.nivo-prevNav {
    background-image: url('nav-button-left.png');
    left: 20px;
}

a.nivo-nextNav {
    background-image: url('nav-button-right.png');
    right: 20px;
}

.nivo-directionNav a:hover {
    opacity: 0.7;
}


/* BULLET NAVIGATION */ /*removed*/

.nivo-controlNav {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0;
    font-size: 0;
}

.nivo-control {
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 0;
    background: #c03;
    border: 1px solid #333;
    border-radius: 50%;
}

    .nivo-control.active,
    .nivo-control:hover {
        border-color: #fff;
    }
/* THUMBNAIL NAVIGATION */ /*removed*/

/* CAPTION TITLE */ /*removed*/
