/*===========================================*/
/*=== DMXzone Minimal Nivo Slider Styles ===*/
/*===========================================*/

.theme-minimal.slider-wrapper {
	position: relative;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .65);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .65);
}

.theme-minimal .nivoSlider {
	background: #fff url(loading.gif) no-repeat 50% 50%;
}

.theme-minimal .nivoSlider img {
	display: none;
}

.theme-minimal .nivoSlider a {
	border: 0;
	display: block;
}

.theme-minimal .nivo-controlNav {
	position: absolute;
	left: 70px;
	right: 10px;
	top: 12px;
	padding: 0;
	text-align: right;
	z-index: 9;
}

.theme-minimal .nivo-controlNav a {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .65);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .65);
	text-indent: 9999px;
	border: 0;
	margin: 0 2px;
}

*:first-child+html .theme-minimal .nivo-controlNav a {
	/*ie7 hack */
	text-indent:0;
	line-height:0;
	font-size:0;
	overflow:hidden
}

.theme-minimal .nivo-controlNav a.active {
	background: #69bdfa;
}

.theme-minimal .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	border: 1px solid #fff;
	float: none;
}

.theme-minimal .nivo-controlNav.nivo-thumbs-enabled a.active {
	border: 1px solid #69bdfa;
}

.theme-minimal .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: auto;
	max-height: 50px;
}

.theme-minimal .nivo-directionNav a {
	display: block;
	width: 18px;
	height: 18px;
	background: url(arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

.theme-minimal a.nivo-nextNav {
	background-position: -18px 0;
	left: 40px;
	top: 12px;
}

.theme-minimal a.nivo-prevNav {
	left: 15px;
	top: 12px;
}

.theme-minimal .nivo-caption a,.theme-minimal .nivo-caption a:hover {
	color: #fff;
}

.theme-minimal .nivo-caption {
	border-top: 1px solid #999;
	background: #fff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

.theme-minimal .nivo-caption a {
	color: #69bdfa;
}

.theme-minimal .nivo-caption h4 {
	margin: 0 0 5px 0;
	padding: 0;
}

.theme-minimal .nivo-caption p {
	margin: 0;
	padding: 0;
}
