/*
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 {
	position:relative;
}
.theme-light .nivoSlider {
	position:relative;
	background:#000000 url(/img/loading.gif) no-repeat 50% 50%;
    overflow: visible;
}
.theme-light .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:200;
}
.theme-light .nivoSlider a {
	border:0;
	display:block;
	z-index:200;
}

.theme-light .nivo-controlNav {
	text-align: center;
	padding: 0;
	position: absolute;
	z-index:999;
	height:11px;
    bottom: 40px;
    left: 60px;
}
.theme-light .nivo-controlNav a {
	display:block;
	float:left;
	width:10px;
	height:11px;
	background:url(/img/rotator_bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 18px 0 0;
	z-index:999;
}
.theme-light .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-light .nivo-directionNav {
	background:url(/img/rotator_control_bg.png) repeat-x;
    border: 1px solid #535253;
    border-bottom: 1px solid #010101;
	position: absolute;
	z-index:999;
	height:76px;
    width: 370px;
    left: 15px;
    bottom: 20px;
    text-align: center;
    color: #d5d4d4;
    font: bold 13px/16px Tahoma;
    text-transform: uppercase;
}
.theme-light .nivo-directionNav span.nivo-titleNav{
    padding: 22px 0 0;
    display: block;
    margin: 0 auto;
    width: 286px;
}
.theme-light .nivo-directionNav a {
	background:url(/img/rotator_arrows.png);
	display:block;
	width:21px;
	height:27px;
    text-indent: -9999px;
	z-index: 11;
    position: absolute;
}
.theme-light a.nivo-nextNav {
	background-position:-22px 0;
    top:23px;
    right: 20px;
}
.theme-light a.nivo-prevNav {
    background-position:0 0;
    top:23px;
    left: 20px;
}

.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;
}