/*
Skin URI: http://nivo.dev7studios.com
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/
.theme-dark.slider-wrapper {
	margin: 16px auto 0;
	max-width: 958px;
	padding-top: 16px;
}
.theme-dark .nivoSlider {
	position: relative;
	background: #fff url("/images/loadingC.gif") no-repeat 50% 50%;
    overflow: hidden;
}
.theme-dark .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.theme-dark .nivoSlider a {
	/*background: #36c;*/ /*#3366cc40; */
    border: 0 none;
	display: block;
}
.theme-dark .nivo-controlNav {
	padding: 0;
	position: relative;
	z-index: 10;
	background-color: aliceblue;
}
.theme-dark .nivo-controlNav a {
	display: inline-block;
	width: 22px;
	height: 45px;
	text-indent: 9999px;
	margin: -22px 20px 0px 10px;
}
.theme-dark .nivo-controlNav a::after {
	display: inline-block;
	text-indent: 0;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f10c";
	color: cornflowerblue;
}
.theme-dark .nivo-controlNav a.active::after {
	content: "\f111";
}
.theme-dark .nivo-directionNav a {
	-webkit-border-radius: 2em;
	border-radius: 2em;
    display: block;
    /*height: 100%;*/
    z-index: 11;
}
.theme-dark .nivo-directionNav a:hover {
    background-color: #f5f5f580; /*#9cf209;*/
}
.theme-dark a.nivo-nextNav {
	color: coral; /*#f0f8ffa6;*/
}
.theme-dark a.nivo-prevNav {
	color: coral; /*#f0f8ffa6;*/
}
.theme-dark .nivo-caption {
}
.theme-dark .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.theme-dark .nivo-caption a:hover {
    color: #fff;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}