#banner-gallery {
	background-image: url(../images/banner.png);
	background-position: left top;
	background-repeat: no-repeat;

}
.sectiongallery #navigation #linkgallery a {/* automation for active tab */
		background: #4b6b93 url(../images/x.jpg);
		color: #ffffff;
		}

.sectiongallery #navigation #linkgallery a:hover {/* hover over-ride for automated tab */
		background: #ffffff url(../images/xbluBG01.jpg);
		color: #4b6b93;
}

#centredlayer_gallery {
	margin: auto;
	height: 693px;
	width: 725px;
	position: relative;
	z-index: 1;
}
#slideshow_1 {
	background-color: #2a3c60;
	position: absolute;
	left: 50px;
	top: 25px;
}
#slideshow_2 {
	background-color: #2a3c60;
	position: absolute;
	right: 50px;
	top: 25px;
}
.slideshow {
	width: 300px;
	height: 424px;
	border: 1px solid #444;

}
#gallery_textbox {
	position: absolute;
	top: 490px;
	left: 50px;
}

