/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	background:#202834 url(loading.html) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}
#slider2 {
	position:relative;
	background:#202834 url(loading.html) no-repeat 50% 50%;
}
#slider2 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider2 a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	z-index:99;
	bottom:-27px;
	right:10px;
}
.nivo-controlNav a {
	display:block;
	width:20px;
	height:20px;
	background:url(gfx/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-20px 0;
}
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(gfx/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}