/*===========================================*/
/*=== DMXzone Fresh Nivo Slider Styles ===*/
/*===========================================*/

.theme-fresh.slider-wrapper {
	position: relative;
}

.theme-fresh .nivoSlider {
	position: relative;
}

.theme-fresh .nivoSlider a {
	border: 0;
}

.theme-fresh .nivo-directionNav a {
	display: block;
	width: 47px;
	height: 47px;
	text-indent: -9999px;
	border: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.theme-fresh:hover .nivo-directionNav a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.theme-fresh a.nivo-nextNav {
	background: url(but_next.png) no-repeat;
	right: 15px;
}

.theme-fresh a.nivo-prevNav {
	background: url(but_prev.png) no-repeat;
	left: 15px;
}

.theme-fresh .nivo-controlNav {
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
	padding: 0;
	z-index: 9;
}

.theme-fresh .nivo-controlNav a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(controlnav.png) no-repeat -20px 0;
	text-indent: -9999px;
	bottom: 0;
	margin: 0 2px;
}

*:first-child+html .theme-fresh .nivo-controlNav a {
	/*ie7 hack */
	text-indent:0;
	line-height:0;
	font-size:0;
	overflow:hidden
}


.theme-fresh .nivo-controlNav a.active {
	background-position: 0 0;
}

.theme-fresh .nivo-controlNav.nivo-thumbs-enabled {
	text-align: left;
}

.theme-fresh .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin: 2px;
	border: 1px solid transparent;
}

.theme-fresh .nivo-controlNav.nivo-thumbs-enabled a.active {
	border-color: #06c;
}

.theme-fresh .nivo-controlNav.nivo-thumbs-enabled a:hover {
	border-color: #000;
}

.theme-fresh .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	max-height: 50px;
}

.theme-fresh .nivo-caption {
	background: rgba(255, 255, 255, .5);
	opacity: 1;
	color: #333;
	border-top: 1px solid #fff;
}

.theme-fresh .nivo-caption a {
	color: #036;
}

.theme-fresh .nivo-caption h4 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
}

.theme-fresh .nivo-caption p {
	margin: 0;
	padding: 0;
	color: #333;
}
