/*
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:none;
    
}
.theme-light .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
/*    overflow: visible;*/
}
.theme-light .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-light .nivoSlider a {
	border:0;
	display:block;
}

.theme-light .nivo-controlNav {
	text-align: center;
	padding: 0;
	position: relative;
	z-index: 10;
}
.theme-light .nivo-controlNav a {
	display:inline-block;
	width:31px;
	height:30px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: -50px 2px;
	 
}
.theme-light .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-light .nivo-directionNav a {
	display:block;
	width:52px;
	height:62px !important;
	background: url(arrow.png) no-repeat;
	text-indent:-9999px;
	top: auto;
	z-index: 11;
 }
.theme-light .nivo-directionNav a:hover {
    /*background-color: #eee;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-light a.nivo-nextNav{
	 background-position:100% 50%;
     right:0px;
	
	 
	 
}
.theme-light a.nivo-prevNav {
    
    left: 0;
	 
}

/*.theme-light .nivo-caption {
   font-family:"Exo-Bold";
   width:auto;
   height:90px;
   bottom:50px;
   padding:20px;
   line-height:50px;
   background:url(nivo_caption_bg.png)  repeat;
   font-size:30px;
   color:#ffff00;
   text-shadow: 2px 2px 30px rgba(150, 150, 150, 1);
   
    
}*/
.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: 100%;
	height:150px;
	background:url(../../design/thumbbg.png) repeat;
	margin-top:-160px;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
 
	 
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 160px;
	height: auto;
	margin:80px 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75);
box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}