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



#nav {
	height: 50px;
	width: 140px;
	position: absolute;
	left: 720px;
	top: 590px;
	font-size: 10px;
	z-index: 5;
}

#nav a {
	text-indent: -10000px; /*HIDES NUMBERS*/
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	float: left;
	position: relative;
	height: 10px;
	width: 15px;
	text-align: left;
	background-image: url(../Images_graphics/current_off.gif);
	background-repeat: no-repeat;
}

#nav a.activeSlide {
	background-image: url(../Images_graphics/current_on.gif);
	background-repeat: no-repeat;
}
#nav a:focus { outline: none; }

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

#output { text-align: left; }

