body, h1, ul, li {
	margin: 0 0 0 0 ;
}

#container {
 margin: 0 0 0 0;	position: relative;
}

div#slideshow {
	width: 768px; height: 518px; padding: 0 0 0 0; 	background: url(images/border.html); overflow: scroll; position: relative; z-index: 5;
}
	div#slideshow ul#nav {
		display: none; list-style: none; position: relative; top: 0px; z-index: 15;	}
	div#slideshow ul#nav li#prev {
		float: left; margin: 0 0 0 0;
		}
		div#slideshow ul#nav li#next {
			float: right; margin: 0 0 0 0;
		}
		div#slideshow ul#nav li a {
		
			display: block; width: 80px; height: 80px; text-indent: -9999px;
		}
			div#slideshow ul#nav li#prev a {
				background: url(images/prev.html);
			}
			div#slideshow ul#nav li#next a {
				background: url(images/next.html);
			}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0 0 0 0;
		}

a {outline: none; }