/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */
/* width and height required for IE */
#slider {
	position:relative;
	/*margin:30px 30px 60px 0px;*/
	background:#202834 url(/nivoslider/images/loading.gif) no-repeat 50% 50%;
	width: 544px;
	height: 299px;
	display: block;

}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

/* IE and OPERA hack images disappear per nivoslider */
#slider a{
	display:block;
	border:0;
}

/* use this to set the position of the bullets */
.nivo-controlNav {
	position:relative;
	float:right;
	margin-top:305px;
	/*bottom:-30px;*/
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(/nivoslider/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}
/** using new button images ... dr  */
.nivo-directionNav a {
	display:block;
	width:28px;
	height:32px;
	background:url(/nivoslider/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	/** Use left positioning due to old IE browsers...by dr */
	/**right:10px;*/
	left:504px
}
a.nivo-prevNav {
	left:10px;
}

/*THIS IS SO THAT THIS DIV TAG DOES NOT TAKE UP ANY ROOM -- DOESN'T WORK*/
#updateslides	{
	margin: 0 0 0 0;
	padding:0 0 0 0;
}