/*==================== Global ========================*/

body, ul, li {
	margin: 0; padding: 0; border: 0;
}

#container {
	width: 1024px; margin: -40px auto;
	position: relative;
}

div#slideshow {
	width: 1024px; height: 280px;
	padding: 0 0 0 0;
	background: none;
	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: 100px; z-index: 15;
}
	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: 40px; height: 40px; text-indent: -9999px;
	}
		div#slideshow ul#nav li#prev a {
			background: url(../images/left-arrow.png);
		}
		div#slideshow ul#nav li#next a {
			background: url(../images/right-arrow.png);
		}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0 0 20px 0;
		}