/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/
.theme-default .nivoSlider {
    background: url("../images/nivo-theme/loading.gif") no-repeat scroll 50% 50% #FFFFFF;
}
.theme-default .nivoSlider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.theme-default .nivoSlider a {
    border: 0 none;
    display: block;
}
.theme-default .nivo-controlNav {
    position: absolute;
    right: 20px;
    top: 0;
}
.theme-default .nivo-controlNav a, .theme-default .nivo-controlNav a.active {
    border: 0 none;
    display: block;
    float: left;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin-right: 3px;
    text-align: center;
    width: 27px;
}
.theme-default .nivo-controlNav a {
    background: none repeat scroll 0 0 #292929;
    color: white;
}
.theme-default .nivo-controlNav a.active {
    background: none repeat scroll 0 0 #767676;
    color: black;
}
.theme-default .nivo-directionNav a {
    background: url("../images/nivo-theme/arrows-new.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 30px;
    text-indent: -9999px;
    top: 65px;
    width: 30px;
}
.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: -20px;
}
.theme-default a.nivo-prevNav {
    left: -20px;
}
.theme-default .nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
}
.theme-default .nivo-caption a {
    border-bottom: 1px dotted #FFFFFF;
    color: #FFFFFF;
}
.theme-default .nivo-caption a:hover {
    color: #FFFFFF;
}
