/* Global Slider Settings */
#slider {
	background:#202834 url(../images/slider/loading.gif) no-repeat 50% 50%;
	width:500px;
	height:260px;
	float:left;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

/* Homepage Slider Settings */

.nivo-controlNav {
	position:absolute;
	left:30%;
	bottom:-25px;
}
.nivo-controlNav a {
	display:block;
	width:20px;
	height:20px;
	background:url(../images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:12px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-20px 0;
}

.nivo-controlNav a:hover {
	background-position:-20px 0;
}

.nivo-directionNav a {
	display:block;
	width:50px;
	height:50px;
	background:url(../images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	margin-top:10px;
	border:0;
}
a.nivo-nextNav {
	background-position:-50px 0;
	right:20px;
}
a.nivo-prevNav {
	left:20px;
	background-position:-100px 100px;
}


