.nivoSlider { width:980px; height:470px; float:left; position:relative; background:#000 url(loading.gif) no-repeat 50% 50%; }

.nivoSlider img {
	position:absolute;
	top:5px; left:20px;
	display:none;
}

.nivoSlider a {
	border:0; display:block;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom: 0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px; margin:0;
}
.nivo-caption a {
	display:inline !important;
	color:#fff;
	border-bottom:1px dotted #fff;
}
.nivo-caption a:hover { color:#fff; }
.nivo-html-caption { display:none; }
.nivo-caption strong { font-size: 20px; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	/* display:block; */
	display:none;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.nivo-prevNav { left:0px; }
.nivo-nextNav {	right:0px; }
a.nivo-nextNav { background-position:-30px 0; right:60px; }
a.nivo-prevNav { left:20px; }

/* Control nav styles (e.g. 1,2,3...) */

#slider .nivo-controlNav a, #sliderArticle .nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
#slider .nivo-controlNav a.active, #sliderArticle .nivo-controlNav a.active {
	font-weight:bold; background-position:0 -22px;
}
#slider .nivo-controlNav, #sliderArticle .nivo-controlNav {
	display:none;
	position:absolute;
	bottom: 10px;
    margin-left:400px; /* Tweak this to center bullets */
}
