/*===========================================*/
/*=== DMXzone Simplicity Nivo Slider Styles ===*/
/*===========================================*/

.theme-simplicity.slider-wrapper {
	position: relative;
}

.theme-simplicity .nivoSlider {
	background: url(loading.gif) no-repeat 50% 50%;
	/*-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .65);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .65);*/
}

.theme-simplicity .nivoSlider img {
	display: none;
}

.theme-simplicity .nivoSlider a {
	border: 0;
	display: block;
}

.theme-simplicity .nivo-controlNav {
	text-align: center;
}

.theme-simplicity .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-simplicity .nivo-controlNav a {
	/*ie7 hack */
	text-indent:0;
	line-height:0;
	font-size:0;
	overflow:hidden
}

.theme-simplicity .nivo-controlNav a.active {
	background-position: -20px 0;
}

.theme-simplicity .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

.theme-simplicity .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin: 0;
	padding: 5px;
	border: 1px solid transparent;
	border-radius: 3px;
}

.theme-simplicity .nivo-controlNav.nivo-thumbs-enabled a.active {
	background: -webkit-linear-gradient(top, #fff, #ccc);
	background: -moz-linear-gradient(top, #fff, #ccc);
	background: -o-linear-gradient(top, #fff, #ccc);
	background: -ms-linear-gradient(top, #fff, #ccc);
	background: linear-gradient(to bottom, #fff, #ccc);
	border-color: #ccc;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.theme-simplicity .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	border: 1px solid;
	border-color: #999 #ccc #fff #ccc;
}

.theme-simplicity .nivo-directionNav a {
	display: block;
	top: 50%;
	margin-top: -43px;
	width: 31px;
	height: 86px;
	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-simplicity:hover .nivo-directionNav a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.theme-simplicity a.nivo-nextNav {
	background-position: -31px 0;
	right: 15px;
}

.theme-simplicity a.nivo-prevNav {
	left: 15px;
}

.theme-simplicity .nivo-caption {
	text-align:center;
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}

.theme-simplicity .nivo-caption a {
	color: #000;
}

.theme-simplicity .nivo-caption h4 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
}

.theme-simplicity .nivo-caption p {
	margin: 0;
	padding: 0;
	color: #333;
}