/*
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;
    position:relative;
}
.theme-light .nivoSlider {
	position:relative;
	background:#fff url(../images/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: absolute;
	bottom:0;
	border-bottom:1px solid grey;
	z-index: 10;
	width:100%;
	padding:40px;
	display:flex;
	opacity: .6 !important;
}
.theme-light .nivo-controlNav a {
	width:20px;
	height:20px;
	background: #f2a405;
	border:0;
	margin: 0 3px;
	color:white;
	text-align: center;
	line-height:20px;
}
.theme-light .nivo-controlNav a.active {
	/*background-position:0 100%;*/
	background: #ff0000;
}
.theme-light .nivo-controlNav a:hover {
	/*background-position:0 100%;*/
	background: blue;
}








.theme-light .nivo-directionNav{
	position:absolute;
	background: 0 0;
    width: 100%;
    top: 45%;
    padding: 0 5%;
    display: flex;
    justify-content:space-between;
}

/*
.theme-light .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(../images/arrows-l.png) 0 0/200% 100% no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
*/
.theme-light .nivo-directionNav a{
	text-indent:-9999px;
	width:30px;
	height:30px;
	display:block;
	position:relative;
    border: solid orange;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
    opacity: .5 !important;
}
.theme-light .nivo-directionNav a:hover {
    background: 0 0;
    opacity: .9 !important;
}

.theme-light a.nivo-nextNav {
   transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.theme-light a.nivo-prevNav {
   transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}











.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;
}