div#slideshow2 ul#slides2 li, div#slideshow2 ul#slides2, div#slideshow2 ul#nav, div#slideshow2 ul#nav li {
	margin: 0; padding: 0; border: 0;
}

div#slideshow2 {
	width: 100%; height: 250px; padding: 0 0 0 10px;
	overflow: scroll; /* Allows the slides2 to be viewed using scrollbar if Javascript isn't available */
	position: relative; z-index: 5;
}

div#slideshow2 ul#nav {
	display: none;
	list-style: none;
	position: relative; top: 95px; z-index: 15;
}
	div#slideshow2 ul#nav li#prev {
		float: left; margin: 0 0 0 40px;
	}
	div#slideshow2 ul#nav li#next {
		float: right; margin: 0 50px 0 0;
	}
	div#slideshow2 ul#nav li a {
		display: block; width: 50px; height: 50px; text-indent: -9999px;
	}
		div#slideshow2 ul#nav li#prev a {
			background: url(../images/slideshow2/back.png);
		}
		div#slideshow2 ul#nav li#next a {
			background: url(../images/slideshow2/forward.png);
		}

	div#slideshow2 ul#slides2 {
		list-style: none;
		width:100%;
	}
		div#slideshow2 ul#slides2 li {
			margin: 0;
		}