/*
Skin Name: Nivo Slider Dark Theme
Skin URI: http://nivo.dev7studios.com
Description: A dark skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-dark.slider-wrapper {
	background: #353535;
	padding: 3px;
	margin: 0 auto;
	width: 995px;
	height: 289px;
	margin-bottom: 20px;
}
.theme-dark .nivoSlider {
	position:relative;
	background:#fefefe url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
}
.theme-dark .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-dark .nivoSlider a {
	border:0;
	display:block;
}

.theme-dark .nivo-controlNav {
	display: none;
}
.theme-dark .nivo-directionNav a {
	display:block;
	width:32px;
	height:32px;
	background: url(../../images/arrows.jpg) no-repeat;
	text-indent:-9999px;
	border: none;
	top: auto;
	bottom: 0;
	z-index: 11;
}
.theme-dark .nivo-directionNav a:hover {
    background-color: rgba(86,107,37,0.9);
}
.theme-dark a.nivo-nextNav {
	background-position:-32px 50%;
	right:0px;
}
.theme-dark a.nivo-prevNav {
    background-position:0px 50%;
    left: auto;
	right: 32px;
}