/* CSS for Slideshow */

#banner {
	height: 460px;
	width: 800px;
}

#banner img {
    position: static;
}

#slideshow { 
	width: 800px;
	height: 460px;  
	top: 0;
	left: 0;
}

#slideshow img { 
	width: 800px;
	height: 460px;
}

#banner div#controls img {
	display: block;
	position: absolute;
	top: 0;
	width: 100px;
	z-index: 20;
}

#banner div#controls img.left {
	left: 0px;
}

#banner div#controls img.right {
	right: 0px;
}


#header-slideshow {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 30px;
	padding-bottom: 0px;
	overflow: hidden;
}

#page-slideshow {
	width: 800px;
	margin: 0 auto;
	padding-top: 0px;
	background: #FFF;
	padding-bottom: 0px;
	overflow: hidden;
}

#content-slideshow {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}

#content-slideshow img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}