/*===========================================*/
/*=== DMXzone Featured Nivo Slider Styles ===*/
/*===========================================*/

.dmxNivoSlider {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-top:30px;
	margin-bottom:70px;
}

.nivo-caption p h4 {
  margin: 5px; padding: 0;
  color: #000;
  text-align:right;
}

.nivo-caption p p {
  margin: 5px; padding: 0;
  color: #444;
  text-align:right;
}

.nivo-caption p {
  margin: 5px; padding: 0;
}

.nivoSlider {
  position:relative;
	margin-bottom: 20px;      
  background:url(loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
	border:10px solid #fff;   
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider a {
	border:0;
}


.nivo-controlNav {
	position:absolute;
  width: 100%;
	bottom:-45px;
	text-align: center;
}


.nivo-controlNav a {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
  width:22px;
  height:22px;
  background:url(bullets.png) no-repeat;
	/* text-indent:-9999px;*/
	font-size:0px;
	color:transparent;
  border:0;
  margin-right:3px;
}

.nivo-controlNav a.active {
  background-position:0 -22px; /* Selected bullet */
}

.nivo-caption {
  top:10px; 
  bottom:auto;
  left:auto;
  right:0px; /* Put them on the right */
  width:auto;
  max-width:630px;
  overflow:hidden;
  background:#fff;
  text-shadow:none;
  font-family: 'Anton', arial, serif; /* Using a Google Font (not required) */
  color:#4c4b4b;
}

.nivo-caption a { 
  color:#333;
  font-weight:bold;
  font-size:27px;
  text-transform:uppercase;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:34px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}