@charset "UTF-8";
/* CSS Document */


#slideshow {
	width: 956px; height: 202px;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative; z-index: 5;
	float:left;
}


div#slideshow ul#nav {
	display: none;
	list-style: none;
	position: relative;
	top: 80px;
	z-index: 15;
	left: -20px;
}
	div#slideshow ul#nav li#prev {
		float: left; margin: 0;
	}
	div#slideshow ul#nav li#next {
		float: right; margin: 0 5px 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(prev.png);
		}
		div#slideshow ul#nav li#next a {
			background: url(next.png);
		}

	div#slideshow ul {
		margin:0;
		}

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