/*===========================================*/
/*=== DMXzone Featured Nivo Slider Styles ===*/
/*===========================================*/

.theme-featured .nivoSlider {
	position: relative;
	background: url(loading.gif) no-repeat 50% 50%;

	-webkit-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
}

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

.theme-featured .nivoSlider a {
	border: 0;
}

.theme-featured .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 34px;
	background: url(arrows.png) no-repeat;
	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-featured:hover .nivo-directionNav a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.theme-featured a.nivo-nextNav {
	background-position: -30px 0;
	right: 10px;
}

.theme-featured a.nivo-prevNav {
	left: 10px;
}

.theme-featured .nivo-controlNav {
	text-align: center;
}

.theme-featured .nivo-controlNav a {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
}

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

.theme-featured .nivo-controlNav a.active {
	background-position: 0 -22px;
}

.theme-featured .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

.theme-featured .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin: 5px;
	border: 1px solid transparent;
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
}

.theme-featured .nivo-controlNav.nivo-thumbs-enabled a.active {
	border-color: #333;
}

.theme-featured .nivo-controlNav.nivo-thumbs-enabled a:hover {
	border-color: #000;
}

.theme-featured .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
}

.theme-featured .nivo-caption {
	top: 10px;
	right: 0;
	bottom: auto;
	left: auto;
	width: auto;
	max-width: 90%;
	overflow: hidden;
	background: #fff;
	text-shadow: none;
	font-family: 'Anton', Arial, sans-serif;
	color: #4c4b4b;
	border: 1px solid #999;
	border-right: 0;
	text-align: right;
}

.theme-featured .nivo-caption a {
	color: #333;
	font-weight: bold;
}

.theme-featured .nivo-caption h4 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
}

.theme-featured .nivo-caption p {
	margin: 0;
	padding: 0;
	color: #444;
}
