/*
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 30px;
}

.nivoSlider {
}
.nivoSlider a {
}
.nivoSlider img {
}


/* DIRECTIONAL NAVIGATION */


.nivo-directionNav a {
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
    top: 50%;
    margin-top: -22px;
    opacity: .5;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
a.nivo-prevNav {
    background-image: url(nav-button-left.png);
    left: 25px;
}
a.nivo-nextNav {
    background-image: url(nav-button-right.png);
    right: 25px;
}
.nivo-directionNav a:hover {
    opacity: .9;
}
.nivo-thumbs-enabled{
    display: none;
}


/* BULLET NAVIGATION */ /*removed*/

/* THUMBNAIL NAVIGATION */ /*removed*/

/* CAPTION TITLE */ /*removed*/