



/*------ SLIDESHOW --------*/
#header {
	width:1000px;
	height: 270px;
	margin: 15px 0 0 0;
	text-align:left;
	text-indent: -10000px;
	}
#header h1, #taglineWrapper {
	display: none;
	}

#slideshow {
	background: url(../images/banner.jpg) no-repeat;
	position:relative;
	height:270px;
}

#slideshow IMG {
   position:absolute;
   top: 0;
   left: 15 px;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*------ EOF SLIDESHOW --------*/


