/*===========================================*/
/*=== DMXzone Fresh Nivo Slider Styles ===*/
/*===========================================*/

.dmxNivoSlider {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;









	*display:inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: 0.1em;
}

.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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.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;
}
