.banheader {
	background-position: 0 0 !important;
	no-repeat;
	width: 900px;
	height: 150px;
}

.banheader2 {
	background:#003366;
	height: 5px;
}

.banheader3 {
	background:#003366;
	height: 2px;
}

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:150px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

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

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