@charset "UTF-8";
/* CSS Document */



#nav {
	position: absolute;
	height: 200px;
	width: 28px;
	left: 12px;
	top: 362px;
	z-index: 5;
}

#nav a {
	text-indent: -1000px; /*HIDES NUMBERS*/
	margin: 0;
	padding: 0px;
	text-decoration: none;
	float: left;
	position: relative;
	height: 14px;
	width: 28px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../img-sitegraphics/current_off.gif);
}
#nav a.activeSlide {
	background-image: url(../img-sitegraphics/current_on.gif);
}
#nav a:focus { outline: none; }

#nav a:hover {
	background-image: url(../img-sitegraphics/current_on.gif);
} /* I added this */

#output { text-align: left; }
