/*
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-main-slider{position:relative;}

.theme-main-slider .nivoSlider {
position:relative;
background:#fff url(loading.gif) no-repeat 50% 50%;
margin-bottom:35px;
}
.theme-main-slider .nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
.theme-main-slider .nivoSlider a {
border:0;
display:block;
}




.theme-main-slider .nivo-controlNav {
bottom: 7px;
left: 0;
padding: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 7;
}

.theme-main-slider .nivo-controlNav a {
display:inline-block;
width:25px;
height:25px;
background:url(bullets.png) no-repeat;
text-indent:-9999px;
border:0;
}
.theme-main-slider .nivo-controlNav a.active {
background-position:0 -25px;
}



.theme-main-slider .nivo-directionNav a {
display:block;
width:68px;
height:104px;
text-indent:-9999px;
border:0;
top:50%;
margin-top:-52px;

-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}


.theme-main-slider .nivo-directionNav a:after{
background:url(arrows.png) no-repeat;
content: "";
display: block;
height: 36px;
left: 22px;
position: absolute;
top: 33px;
width: 22px;
}

.theme-main-slider:hover .nivo-directionNav a{
background:rgba(255,255,255,0.4);
-moz-box-shadow:3px 0 10px 0 rgba(0,0,0,0.1);
-webkit-box-shadow:3px 0 10px 0 rgba(0,0,0,0.1);
box-shadow:3px 0 10px 0 rgba(0,0,0,0.1);
}


.theme-main-slider a.nivo-prevNav {left:0;}
.theme-main-slider a.nivo-nextNav{right:0;}

.theme-main-slider a.nivo-nextNav:after{background-position:-22px 0;}

.theme-main-slider:hover a.nivo-prevNav:after {background-position:0 -36px;}

.theme-main-slider:hover a.nivo-nextNav:after {background-position:-22px -36px;}


.theme-main-slider a.nivo-prevNav:hover:after {background-position:0 -72px;}

.theme-main-slider a.nivo-nextNav:hover:after {background-position:-22px -72px;}






.theme-main-slider .nivo-caption {
font-family: Helvetica, Arial, sans-serif;
}
.theme-main-slider .nivo-caption a {
color:#fff;
border-bottom:1px dotted #fff;
}
.theme-main-slider .nivo-caption a:hover {
color:#fff;
}

.theme-main-slider .nivo-controlNav.nivo-thumbs-enabled {
width: 100%;
}
.theme-main-slider .nivo-controlNav.nivo-thumbs-enabled a {
width: auto;
height: auto;
background: none;
margin-bottom: 5px;
}
.theme-main-slider .nivo-controlNav.nivo-thumbs-enabled img {
display: block;
width: 120px;
height: auto;
}