html, body {margin:0; padding:0}
body {background:#000 url(img/lights.jpg) no-repeat center top}
#superbanner {height:90px; margin:20px auto; width:728px}
#container {margin:0 auto; width:800px}
h1 {color:#fff; font:2em Georgia, "Times New Roman", Times, serif; text-align:center; text-shadow:#000 2px 2px 2px}

#slideshow {
    position:relative;
    height:376px;
	width:490px;
	margin:0 auto;
	/*CSS 3 Box Shadow*/
	box-shadow: 0px 0px 6px #000000; -webkit-box-shadow: 0px 0px 6px #000000; -moz-box-shadow: 0px 0px 6px #000000;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}