/*
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
*/

.theme-default .sme-slider{display:none;}

.theme-default{position:relative;}
.theme-default .nivoSlider{position:relative;background:#fff url(loading.gif) no-repeat 50% 50%;margin-bottom:10px;}
.theme-default .nivoSlider img{position:absolute;top:0px;left:0px;display:none;}
.theme-default .nivoSlider a{border:0;display:block;}

.theme-default .nivo-controlNav{position:absolute;top:8px;right:12px;margin:0;padding:0;z-index:102;}
.theme-default .nivo-controlNav a{display:inline-block;list-style:none;margin:0 2px;padding:2px 8px;border-radius:4px;background:#000;background:rgba(0,0,0,0.85);color:#FFF;font:400 11px/16px 'Open Sans','Roboto',sans-serif;text-decoration:none;}
.theme-default .nivo-controlNav a.active{background:#FF9900;}

.theme-default .nivo-directionNav a{
    display:block;
    width:40px;
    height:40px;
    background:url(controls.png) no-repeat;
    text-indent:-9999px;
    border:0;
    opacity:0;
    -webkit-transition:opacity 200ms ease-in-out;
    -moz-transition:opacity 200ms ease-in-out;
    -o-transition:opacity 200ms ease-in-out;
    transition:opacity 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a{opacity:1;}
.theme-default a.nivo-nextNav{background-position:-70px -40px;right:15px;}
.theme-default a.nivo-nextNav:hover{background-position:-190px -40px;}
.theme-default a.nivo-prevNav{background-position:-10px -40px;left:15px;}
.theme-default a.nivo-prevNav:hover{background-position:-130px -40px;}

.theme-default .nivo-caption{font-family:Helvetica,Arial,sans-serif;}
.theme-default .nivo-caption a{color:#fff;border-bottom:1px dotted #fff;}
.theme-default .nivo-caption a:hover{color:#fff;}

.theme-default .nivo-controlNav.nivo-thumbs-enabled{
    top:0;
    right:auto;
    left:0;
    display:none;
    background:url(trans.png);
    background:rgba(0,0,0,0.5);
    width:100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a{
    width:auto;
    height:auto;
    background:none;
    margin:5px 0 0;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img{
    display:block;
    width:120px;
    height:auto;
    opacity:0.75;
    -webkit-transition:opacity 200ms ease-in-out;
    -moz-transition:opacity 200ms ease-in-out;
    -o-transition:opacity 200ms ease-in-out;
    transition:opacity 200ms ease-in-out;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img:hover,.theme-default .nivo-controlNav.nivo-thumbs-enabled a.active img{opacity:1;}