/*
Skin Name: Nivo Slider Dark Theme
Skin URI: http://nivo.dev7studios.com
Description: A dark skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

#blogSlider-wrapper {
    background: #333;
}
#blogSlider-wrapper .nivo-caption {
    background: #333;
}
.theme-dark.slider-wrapper {
    background: #222 none repeat scroll 0 0;
    padding: 10px;
}
.theme-dark .nivoSlider {
    background: #fff url("../../../../../img/nivo-slider/themes/dark/loading.gif") no-repeat scroll 50% 50%;
    overflow: visible;
    position: relative;
}
.theme-dark .nivoSlider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.theme-dark .nivoSlider a {
    border: 0 none;
    display: block;
}
.theme-dark .nivo-controlNav {
    padding: 0;
    position: relative;
    text-align: left;
    z-index: 10;
}
.theme-dark .nivo-controlNav a {
    background: rgba(0, 0, 0, 0) url("../../../../../img/nivo-slider/themes/dark/bullets.png") no-repeat scroll 0 2px;
    border: 0 none;
    display: inline-block;
    height: 16px;
    margin: 0 2px;
    text-indent: -9999px;
    width: 10px;
}
.theme-dark .nivo-controlNav a.active {
    background-position: 0 100%;
}
.theme-dark .nivo-directionNav a {
    background: rgba(0, 0, 0, 0) url("../../../../../img/nivo-slider/themes/dark/arrows.png") no-repeat scroll 0 0;
    border: 0 none;
    bottom: 1px;
    display: block;
    height: 30px;
    text-indent: -9999px;
    top: auto;
    width: 24px;
    z-index: 11;
}
.theme-dark .nivo-directionNav a:hover {
    background-color: #333;
    border-radius: 2px;
}
.theme-dark a.nivo-nextNav {
    background-position: -20px 55%;
    right: 1px;
}
.theme-dark a.nivo-prevNav {
    background-position: 10px 55%;
    left: auto;
    right: 25px;
}
.theme-dark .nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
}
.theme-dark .nivo-caption a {
    border-bottom: 1px dotted #fff;
    color: #fff;
}
.theme-dark .nivo-caption a:hover {
    color: #3289C5;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled {
    width: 80%;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin-bottom: 5px;
    width: auto;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    height: auto;
    width: 120px;
}
