#slideshow {
    position: relative;
    height:34px;
    margin: 15px 0 0 0;
}

#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    background: url('/images/banner_bg.jpg');
	background-repeat: repeat-y;
	height: 34px;
	width: 1022px;
	
	font-family: arial;
	font-size: 24px;
	line-height: 34px;
	color: white;
}

.banner_blue {
	color: #329cb0;
	padding: 0 25px 0 5px;
	font-weight: 900;
}

#align_right .banner_blue {
	float: left;
	margin-left: 353px;
}

#align_center .banner_blue {
}

#align_left .banner_blue {
	float: left;
	margin-left: 17px;
}

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

#slideshow div.active .banner_blue {
}

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