.homePageImageGallery{
	position: relative;
	float: left;
	height: 445px;
	width: 960px;
}

.homePageImageGallery img{
	width: 960px;
	height: 445px;
}

.homePageImageGallery .captionHTMLOutput{
	position: absolute;
	z-index: 100;
	bottom: -70px;
	right: 0px;
	width: 390px;
	height: 240px;
	background: url(/images/structure/backgrounds/homepageSplash/introTextBG003.png) top left no-repeat;
}

.homePageImageGallery .captionContents{
	padding: 10px 19px;
	color: #fff;
}


.homePageImageGallery .captionHTMLOutput h1{
	font-size: 1.4em;
	padding-bottom: 10px;
	color: #fff;
}

.homePageImageGallery .captionHTMLOutput{
	font-size: 1.1em;
}

.webImageGallery004:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	line-height: 0px;
} 

.webImageGallery004 .slideshow div{
	position: absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

.webImageGallery004 .slideshow div.active,
.webImageGallery004 .slideshowCaption div.active{
	z-index:10;
	opacity:1.0;
	display:block;
}


.webImageGallery004 .slideshow div.last-active,
.webImageGallery004 .slideshowCaption div.last-active{
	z-index:9;
}
