.webImageGallery003{
	position:relative;
	float: left;
}

.webImageGallery003 .slideshow div{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

.webImageGallery003 .slideshow div.active{
	z-index:10;
	opacity:1.0;
	display:block;
}


.webImageGallery003 .slideshow div.last-active{
	z-index:9;
}

.homePageSplash{
	height: 198px;
}

.megaSectionSmallGallery{
	height: 156px;
}




.webImageGallery003 .navLinks{
	float: left;
	width: 100%;
	padding: 8px 0px 8px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 10px;
}

.webImageGallery003 .prevPageLink{
	float: left;
	width: 66px;
	padding: 0px 0px 0px 10px;
}

.webImageGallery003 .pageNumbers{
	width: 240px;
	padding: 0px;
	text-align: center;
	float: left;
}

.webImageGallery003 .pageNumber{
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 1px;
	background-color: #ffffff;
}

.webImageGallery003 .currentImage{
	background-color: #dedede;
}

.webImageGallery003 .nextPageLink{
	float: right;
	width: 44px;
	padding: 0px 10px 0px 0px;
	text-align: right;
}

.webImageGallery003 .nextPageLink a,
.webImageGallery003 .prevPageLink a, 
.webImageGallery003 .pageNumber a{
	text-decoration: none;
	color: #33bef2;
	font-weight: normal;
}

