div#slideshow {
	width: 942px; height: 464px; padding: 0 0 0 0; /*margin-bottom: 7px;*/ overflow: hidden;
	position: relative; z-index: 5;  float:left; 
	margin-top:23px;
}


 
	div#slideshow a img {
	border: none;
	}
 
	div#slideshow ul#nav {
		/*display: none;   */
		list-style: none;
		position: absolute; bottom: -10px; left: 835px; z-index: 15;
		width: 125px;
	}
		div#slideshow ul#nav li#prev {
			float: left; 
			display: inline;
			margin-left:40px;
		}
		div#slideshow ul#nav li#next {
			float: right; 
			display: inline;
				position:relative; right:20px;
		}
		div#slideshow ul#nav li a {
			display: block; width: 41px; height: 41px; text-indent: -9999px;
		}
			div#slideshow ul#nav li#prev a {
				background:url(prev.png) no-repeat;
			}
			div#slideshow ul#nav li#next a {
				background: url(next.png) no-repeat;
			}
 
	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0 0 20px 0;
		}
a {outline: none; }


