/*===========================================*/
/*=== DMXzone Impressed Nivo Slider Styles ===*/
/*===========================================*/

.theme-impressed.slider-wrapper {
	position: relative;
	padding: 8px;
	background: rgba(0, 0, 0, .05);

	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .5);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .5);
	border-radius: 5px;
}

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

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

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

.theme-impressed .nivo-controlNav {
	text-align: center;
	padding: 8px 0 0 0;
}

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

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


.theme-impressed .nivo-controlNav a.active {
	background-position: -20px 0;
}

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

.theme-impressed .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin: 5px;
	-webkit-filter: grayscale(100%);
}

.theme-impressed .nivo-controlNav.nivo-thumbs-enabled a.active {
	outline: 1px solid #000;
	-webkit-filter: none;
}

.theme-impressed .nivo-controlNav.nivo-thumbs-enabled a:hover {
	-webkit-filter: none;
}

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

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

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

.theme-impressed a.nivo-prevNav {
	left: 15px;
}

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

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

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