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

#container {
	width: 1100; margin: 0px auto;
	position: relative;
}

div#slideshow {
	width: 1024px; height: 768px;  padding: 8px 0 0 38px;
	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; /* CHANGE THIS TO NONE ONCE PROBLEMO IS FIXED */
	list-style: none;
	position: relative; top: 384px; 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: 36px; height: 31px; 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/next.png);
		}

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