.webImageGallery004 {
	position:relative;
}


.webImageGallery004:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	line-height: 0px;
}


#myLightbox {
	margin-left: 0px;
	padding-left: 0px;
	float:left;
}


#myLightbox li{
	float:left;
	list-style: none;
	padding: 5px;
}

.rightColumnLightBox .imagesLightBox{
	width: 275px;
}

.rightColumnLightBox #myLightbox{
	background: #e3f6f8;
	width: 275px;
}

.rightColumnLightBox #myLightbox li{
	width: 72px;
}

/* default styles there should be no need to change these */
/*****************************************************************************/
.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;
}
/*****************************************************************************/
.homepageGallery{
	position: relative;
	height: 230px;
	border-top: solid 5px #fff;
	border-bottom: solid 6px #00a8a8;
}

.homepageGallery .imagesHTMLOutput{
	margin-left: 285px;
}

.homepageGallery .captionHTMLOutput{
	position: absolute;
	left: 0px;
	width: 285px;
	height: 230px;
	top: 0px;
	background: #91dde3;
}

.homepageGallery .captionHTMLOutput .captionHolder{
	position: absolute;
	left: 0px;
	width: 285px;
	height: 230px;
	top: 0px;
}

.homepageGallery .captionHTMLOutput .captionContents{
	position: absolute;
	padding: 10px;
	z-index: 1000;
}

.homepageGallery .captionHTMLOutput .captionContents p{
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}

.homepageGallery .captionHTMLOutput .captionContents strong{
	color: #fff;
	font-size: 1.4em;
}


#innerContainer11 .pageCopy .webImageGallery004{
	max-width: 490px;
}

.coloredBG #myLightbox{
	background: #B2E5E5;
	padding: 2px 0px 0px 2px;
}
