/*
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: #fff;
    padding: 10px;
}
.theme-light .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: hidden;
}
.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: left;
	padding: 0;
	position: relative;
	z-index: 10;
	display: none;
}


.theme-light .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-light .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-light .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
.theme-light .nivo-directionNav a:hover {
    background-color: #9f9e82;
    /*-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; */
}

.theme-light .nivo-directionNav a.nivo-nextNav:hover {

border-radius: 30px 0 0 30px;
background-color: #9f9e82

}

.theme-light a.nivo-nextNav {
	background-position: 160% 50%;
    position: absolute;
    right: 0;
    top: 140px;
}


.theme-light a.nivo-prevNav {
  background-position: -60% 50%;
    left: 0;
    position: absolute;
    right: 35px;
    top: 140px;
}

.theme-light .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.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: 80%;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}

.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}




.slider-content {
    margin-bottom: 15px;
    max-height: 310px;
    max-width: 620px;
    min-height: 310px;
    overflow: hidden;
}

.theme-light.slider-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    max-height: 300px;
    padding: 10px;
}


.theme-light .nivoSlider {
    background: url("loading.gif") no-repeat scroll 50% 50% #FFFFFF;
    margin-bottom: 10px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
}



.theme-light a.nivo-prevNav {
    background-position: 15% 50% !important;
    left: 0;
    position: absolute;
    right: 35px;
    top: 125px !important;
}

.theme-light a.nivo-nextNav {
    background-position: 85% 50% !important;
    position: absolute;
    right: 0 !important;
    top: 125px !important;
	
}


.theme-light .nivo-directionNav a {
    background: url("arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    bottom: -36px;
    display: block;
    height: 53px;
    text-indent: -9999px;
    top: auto;
    width: 30px;
    z-index: 11;
}


.theme-light .nivo-directionNav a.nivo-prevNav:hover {
opacity: .5;
border-radius: 0px 40px 40px 0px;


}

.theme-light .nivo-directionNav a.nivo-nextNav:hover {
opacity: .5;
border-radius: 40px 0px 0px 40px;


}