/*
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 {
}

.nivoSlider {
}
.nivoSlider a {
}
.nivoSlider img {
}


/* DIRECTIONAL NAVIGATION */


.nivo-directionNav a {
    background-color: #333;
    background-color: rgba(0,0,0,0.3);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    box-shadow: inset 0 1px rgba(0,0,0,0.3);
    border-radius: 17px;
    text-indent: -9999px;
    overflow: hidden;
    top: 50%;
    margin-top: -15px;
    left: 15px;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
a.nivo-prevNav {
    background-image: url(arrow-left.png);
    background-position: 10px center;
}
a.nivo-nextNav {
    background-image: url(arrow-right.png);
    background-position: 14px center;
    left: auto;
    right: 15px;
}
.nivo-directionNav a:hover {
    background-color: rgba(0,0,0,0.5);
}


/* BULLET NAVIGATION */ /*removed*/

/* THUMBNAIL NAVIGATION */ /*removed*/

.nivo-thumbs-enabled .nivo-control {
    display: inline-block;
    position: relative;
    width: 170px;
    margin: 0 5px 10px;
    vertical-align: middle;
}
    .nivo-thumbs-enabled .nivo-control img {
        max-width: 100%;
        max-height: 100%;
    }

/* CAPTION TITLE */ /*removed*/