
div#slideshow {
	width: 860px; height: 574px; padding: 0 0 0 0;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative; z-index: 5;
}

div#slideshow ul#nav {
	display: none;
	list-style: none;
	position: relative; top: 180; z-index: 15;
}
	div#slideshow ul#nav li#prev {
		float: left; margin: 0 0 0 0px;
	}
	div#slideshow ul#nav li#next {
		float: right; margin: 0 0px 0 0;
	}
	div#slideshow ul#nav li a {
		display: block; width: 50px; height: 574px; text-indent: -9999px;
	}
		div#slideshow ul#nav li#prev a {
			background: url(../images/spot.png);
		}
		div#slideshow ul#nav li#next a {
			background: url(../images/spot.png);
		}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0 0 20px 0;
		}