div#slideshow {
	width: 1138px; height: 296px; /*padding: 0 0 0 5px;*/
	
	overflow: scroll;
	position: relative; z-index: 5;
	/*background-position:0px 10px;*/
}

#slideshow img{
	max-width:100%;
}
	div#slideshow ul#nav {
		display: none;
		list-style: none;
		position: relative; top: 210px; z-index: 15;
	}
		div#slideshow ul#nav li#prev {
			float: left; margin: 0 0 0 21px;
		}
		div#slideshow ul#nav li#next {
			float: right; margin: 0 -11px 0 0;
		}
		div#slideshow ul#nav li a {
			display: block; width: 80px; height: 80px; text-indent: -9999px;
		}
			div#slideshow ul#nav li#prev a {
				background: url(../images/header_nav_left.png) no-repeat top left;
			}
			div#slideshow ul#nav li#next a {
				background: url(../images/header_nav_right.png) no-repeat top left;
			}

	div#slideshow ul#slides {
		list-style: none; 
	}
		div#slideshow ul#slides li {
			
			width:1128px !important; 
			height:295px !important;
			overflow:hidden !important; 
		}
#slides ul{width:1124px !important; height:295px !important;}
a {outline: none; }