.dmxParallaxSlider-fresh {
	background-color: #fff;
}

.dmxParallaxSlider-fresh .dmxParallaxSliderLoading {
	background-image: url('loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

.dmxParallaxSlider-fresh .dmxParallaxSliderDirectionNav {
	display: none;
}

.dmxParallaxSlider-fresh:hover .dmxParallaxSliderDirectionNav {
	display: block;
}

.dmxParallaxSlider-fresh .dmxParallaxSliderDirectionNav a {
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 10px;
	width: 47px;
	height: 47px;
	margin-top: -23px;
	background: url('but_prev.png');
	text-indent: -9999px;
}

.dmxParallaxSlider-fresh .dmxParallaxSliderDirectionNav a.dmxParallaxSliderNextNav {
	left: auto;
	right: 10px;
	background: url('but_next.png');
}

.dmxParallaxSlider-fresh .dmxParallaxSliderControlNav {
	position: absolute;
	z-index: 10;
	left: 10px;
	top: 10px;
	width: 100%;
	text-align: left;
}

.dmxParallaxSlider-fresh .dmxParallaxSliderControlNav a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('controlnav.png') no-repeat -20px;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
}

.dmxParallaxSlider-fresh .dmxParallaxSliderControlNav a.dmxParallaxSliderCurrent {
	background-position: 0;
}



/*===========================================*/
/*=== DMXzone Fresh Nivo Slider Styles ===*/
/*===========================================*/

.dmxNivoSlider {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.nivo-caption p h4 {
  margin: 5px; padding: 0;
  color: #FFF;
}

.nivo-caption p p {
  margin: 5px; padding: 0;
  color: #CCC;
}

.nivoSlider {
  position: relative;
	background: url("bk_shadow_slider.png") no-repeat scroll 0 0 transparent;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}

.nivo-directionNav a {
  cursor: pointer;
  position: absolute;
  top: 35%;
  z-index: 99;
}
.nivo-prevNav {
  background: url("but_prev.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 47px;
  left: 15px;
  text-indent: -9999px;
  width: 47px;
}
.nivo-nextNav {
  background: url("but_next.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 47px;
  right: 15px;
  text-indent: -9999px;
  width: 47px;
}
.nivo-controlNav {
	position:absolute;
  margin-left: 25px;
  top: 15px;
  text-align: center;
}
.nivo-controlNav a {
  background: url("controlnav.png") no-repeat scroll -20px 0 transparent;
  cursor: pointer;
  display: block;
  float: left;
  height: 20px;
  position: relative;
  text-indent: -9999px;
  width: 20px;
  z-index: 99;
}
.nivo-controlNav a.active {
  background: url("controlnav.png") no-repeat scroll 0 0 transparent;
  font-weight: bold;
}