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

body {
	background: #e8dbcb url(images/bg-texture.jpg);
}

#container {
	width: 1095px; margin: -40px auto;
	position: relative;
}

h1 {
	width: 262px; height: 226px; margin: 0 auto; position: relative; top: 100px;
	background: url(images/harley-logo.png); text-indent: -9999px; z-index: 10;
}*/

div#slideshow {
	width: 940px; height: 460px;
	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: 190px; z-index: 15;
	}
		div#slideshow ul#nav li#prev {
			float: left; margin: 0 0 0 20px;
		}
		div#slideshow ul#nav li#next {
			float: right; margin: 0 20px 0 0;
		}
		div#slideshow ul#nav li a {
			display: block; width: 30px; height: 30px; 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 0 0;
		}

/*a {outline: none; }*/