/* 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;
}
/*****************************************************************************/


/** largeSplash **/
.largeSplash{
	width: 775px;
	height: 223px;
}

.imageGallery .imagesHTMLOutput{
	min-height: 210px;
}

.columnGallery .imagesHTMLOutput{
	min-height: 225px;
}


/* grey panel */
/*.greyImageGallery{
	float: left;
	width: 218px;
}

.greyImageGallery .widgetHeader{
	background: url(/images/structure/widgets/greyPanel/tobBorder001.gif) no-repeat top left;
	width: 218px;
	height: 6px;
	float: left;
}

.greyImageGallery .widgetFooter{
	background: url(/images/structure/widgets/greyPanel/solidBottomBorder001.gif) no-repeat bottom left;
	width: 218px;
	height: 5px;
	float: left;
}

.greyImageGallery .widgetBody{
	border-left: 1px solid #415a68;
	border-right: 1px solid #415a68;
	width: 216px;
	float: left;
}

.greyImageGallery .widgetBody .title{
	color: #fff;
	background: #415a68;
	width: 190px;
	font-size: 1.4em;
	padding: 5px 13px 12px 13px;
	font-weight: bold;
}

.greyImageGallery .widgetBody .body{
	float: left;
	padding: 0px;
	background: #415a68;
}

.greyImageGallery .tableNavigation{
	float: left;
	padding: 0px;
	background: #415a68;
	border: none;
}

.greyImageGallery .tableNavigation .navLinks{
	padding: 5px 0px;
	float: left;
	width: 216px;
}

.greyImageGallery .tableNavigation .prevPageLink{
	padding: 0px 5px;
	float: left;

}

.greyImageGallery .tableNavigation .pageNumbers{
	padding: 0px;
	float: left;
	padding-left: 10px;
}

.greyImageGallery .tableNavigation .currentImage{
	color: #96cd00;
}

.greyImageGallery .tableNavigation .nextPageLink {
	padding: 0px 5px;
	float: right;
}

.greyImageGallery a{
	color: #fff;
	font-size: 0.95em;
}

