/*
Skin Name: Nivo Slider Light Theme
Skin URI: http://nivo.dev7studios.com
Description: A light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-light.slider-wrapper {
    background: #fff;
    position: relative;
    overflow: hidden;
}
.theme-light .nivoSlider {
    position:relative;
    background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: hidden;
}
.theme-light .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-light .nivoSlider a {
    border:0;
    display:block;
}
.theme-light .nivo-directionNav{
    display: none;
}
.theme-light:hover .nivo-directionNav{
    display: block;
}
.theme-light .nivo-controlNav {
    text-align: left;
    padding: 0;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 50px;
}
.theme-light .nivo-controlNav a {
    display:inline-block;
    width:14px;
    height:14px;
    background:#fff;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.theme-light .nivo-controlNav a.active {
    background:#233554;
}
.theme-light .nivo-directionNav a {
    display:block;
    width:30px;
    text-indent:-9999px;
    border:0;
    top: 0;
    bottom: 0;
    z-index: 11;
    opacity: 0.3;
}
.theme-light .nivo-directionNav a:hover {
    opacity: 1;
}
.theme-light a.nivo-nextNav {
    background: url(arr_right.png) 50% 50% no-repeat;
    right:0px;
}
.theme-light a.nivo-prevNav {
    background: url(arr_left.png) 50% 50% no-repeat;
    left: 0px;
}

.theme-light .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-light .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-light .nivo-caption a:hover {
    color:#fff;
}

.theme-light .nivo-controlNav.nivo-thumbs-enabled {
    width: 80%;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}