/*===========================================*/
/*=== DMXzone Featured Nivo Slider Styles ===*/
/*===========================================*/

.dmxNivoSlider {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.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: 70px;    
  background:url(loading.gif) no-repeat 50% 50%;  
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	bottom:-24px; /* Put the nav below the slider */
	text-align:center;
	width:100%;
}

.nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:4px;
}

.nivo-controlNav a img {
	border: 3px solid white;
	
}

.nivo-controlNav a.active img{
	border: 3px solid orange;
}

.nivo-controlNav a:hover img{
	border: 3px solid #ccc;
}

.nivo-caption { 
  bottom:40px;
  left:0;
  width:auto;
  max-width:630px;
  overflow:hidden;
  background:#000;
  text-shadow:none;
  color:#fff;
}

.nivo-caption p {
	color: white;
	padding: 8px 5px;
	font-weight: bold;
}

.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(../images/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:30px;
}
a.nivo-prevNav {
	left:10px;
}