#slideshowWrapper{
			position: relative;
			top: -250px;
			width: 100%;
			z-index:20;			

		}
		#slideshow {
		    position:relative;
		    margin: 0 auto;
		    height:480px;
		    width: 740px; 
	/*	    background-color: #fff; */
		}

		#slideshow DIV {
		    position:absolute;
		    top:0;
		    left:0;
		    z-index:8;
		    opacity:0.0;
		    height: 480px;
		    background-color: #494c53; 
		    width: 100%;
		    text-align: center;
		}

		#slideshow DIV.active {
		    z-index:10;
		    opacity:1.0;
		}

		#slideshow DIV.last-active {
		    z-index:9;
		    opacity: 0;
		}

		#slideshow DIV IMG {
		    height: 480px;
		    display: block;
		    border: 0;
		    margin-bottom: 10px;
		}

#topbar{
	position: relative;
	height: 300px;
	/*top: -50px; */
	width: 100%;
}

#logo{
	float:left;
	z-index: 1000;
}
body{
	background-color: #494c53;
}