/*========================================*/
/*=== DMXzone Basic Nivo Slider Styles ===*/
/*========================================*/

.dmxNivoSlider {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	overflow:hidden !important;
}


.nivo-caption p h4 {
    margin: 5px; padding: 0;
    color: #FFF;
}

.nivo-caption p p {
    margin: 5px; padding: 0;
    color: #CCC;
}


.nivoSlider {
	position:relative;
	margin-bottom: 30px;      	
	background:#202834 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;
  width: 100%;
	bottom:-30px;
	text-align: center;
}
.nivo-controlNav a {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	width:10px;
	height:10px;
	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:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}