div#slideshow {
	width:910px; height: 355px; margin:0 0 30px 0px;
	background: url(images/border.png);
	overflow: hidden; /* 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: 110px; z-index: 80;
}
	div#slideshow ul#nav li#prev {
		float: left; margin: 0 0 0 25px;
	}
	div#slideshow ul#nav li#next {
		float: right; margin: 0 25px 0 0;
	}
	div#slideshow ul#nav li a {
		display: block; width: 50px; height: 63px; text-indent: -9999px;
	}
		div#slideshow ul#nav li#prev a {
			background: url(images/prev.png);
		}
		div#slideshow ul#nav li#next a {
			background: url(images/nxt.png);
		}

	div#slideshow ul#slides {
		list-style: none;
	}
ul#slides {
	width:910px; height:355px;
  top:0px; left:0px;
  margin:0 0 0 0;
  position:absolute;
}
		div#slideshow ul#slides li {
			margin: 0 0 20px 0;
		}


