/** IMAGE GALLERY **/
/****************************************************/
.webImageGallery003 .imagesHTMLOutput{
	overflow: hidden;
}

.webImageGallery003 .navigationHTMLOutput{
	width: 400px;
	float: left;
	padding: 3px 0px;
	font-size: 0.8em;
	border-top: 1px solid #93a76a;
	border-bottom: 1px solid #93a76a;
	position: relative;
}

.webImageGallery003 .tableNavigation{
	width: 100%;
	float: left;
	clear: both;
}

.webImageGallery003 .navLinks{
	width: 100%;
	float: left;
	color: #ffffff;
}

.webImageGallery003 .prevPageLink{
	float: left;
	position: absolute;
	right: 50px;
}

.webImageGallery003SlideShow .nextPageLink{
	float: right;
}

.webImageGallery003SlideShow .pageNumbers{
	float: left;
	text-align: center;
	width: 270px;
}

.webImageGallery003SlideShow .pageNumbers span{
	margin: 1px 1px 1px 1px;
	float: left;
}

.webImageGallery003SlideShow .pageNumber{
	width: 15px;
	padding: 1px 1px 1px 1px;
}

.webImageGallery003SlideShow .currentImage{
	background-color: #93a76a;
}

.webImageGallery003SlideShow .captionHTMLOutput{
	text-align: center;
	font-weight: bold;
	width: 400px;
	padding: 5px 0px 5px 0px;
	font-size: 0.8em;
}
/****************************************************/