div#slideshow {
	width: 524px; height: 184px;
	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: 1px; z-index: 15;
}
div#slideshow ul#nav li#prev {
	float: left; margin: 0 0 0 1px;
}
div#slideshow ul#nav li#next {
	float: right; margin: 0 1px 0 0;
}
div#slideshow ul#nav li a {
	display: block; width: 26px; height: 181px; text-indent: -9999px;
}
div#slideshow ul#nav li#prev a {
	background: url(../slides/left.gif);
}
div#slideshow ul#nav li#next a {
	background: url(../slides/right.gif);
}
div#slideshow ul#slides {
	list-style: none;
}
div#slideshow ul#slides li {
	margin: 0 0 20px 0;
}