
#container {
	width: 960px; margin: 0px;
	position: relative;
	height:424px;
}



div#slideshow {
	width: 960px; height: auto; padding:0px;
	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: 355px; z-index: 15;
	}
		div#slideshow ul#nav li#prev {
			float: left; margin: 0 0 0 700px;
		}
		div#slideshow ul#nav li#next {
			float: right; margin: 0 150px 0 0;
		}
		div#slideshow ul#nav li a {
			display: block; width: 40px; height: 40px; text-indent: -9999px;
		}
		
			div#slideshow ul#nav li#prev a {
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
			}
			div#slideshow ul#nav li#next a {
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
			}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0 0 20px 0;
		}

a {outline: none; }