/* default styles there should be no need to change these */
/*****************************************************************************/
.webImageGallery004{
	position:relative;
}

.webImageGallery004:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	line-height: 0px;
} 

.webImageGallery004 .slideshow{
	position:relative;
}

.webImageGallery004 .slideshow div{
	position: absolute;
	z-index:8;
	opacity:0.0;
	filter:alpha(opacity=0);
	left: 0px;
	top: 0px;
}

.webImageGallery004 .slideshow div.active{
	z-index:10;
	opacity:1.0;
	filter:alpha(opacity=100);
	display:block;
}

.webImageGallery004 .slideshow div.last-active{
	z-index:9;
}
/*****************************************************************************/
.splashGalleries{
	border: solid 1px #c0c0c0;
	float: left;
	padding: 20px 25px;
	background: #fff;
}

.homepageSplashGallery{
	position: relative;
	height: 260px;
}

.homepageSplashGallery .captionHTMLOutput{
	position: absolute;
	left: 0px;
	width: 600px;
	height: 75px;
	bottom: 0px;
}

.homepageSplashGallery .captionHTMLOutput .captionHolder{
	position: absolute;
	left: 0px;
	width: 600px;
	height: 75px;
	bottom: 0px;
}

.homepageSplashGallery .captionHTMLOutput .captionCover{
	position: absolute;
	width: 600px;
	height: 75px;
	background: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: 900;
}

.homepageSplashGallery .captionHTMLOutput .captionContents{
	position: absolute;
	padding: 10px;
	z-index: 1000;
}

.homepageSplashGallery .captionHTMLOutput .captionContents h1{
	color: #d2232a;
	font-size: 2.2em;
	font-weight: bold;
}

.homepageSplashGallery .captionHTMLOutput .captionContents p{
	color: #726e6f;
	font-size: 1.2em;
	font-weight: bold;
}

.logoGallery{
	position: relative;
	width: 275px;
	height: 260px;
}

.logoGallery .slideshow div{
	position: absolute;
	right: 0px;
	top: 0px;
}

