#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: 643px;
	width: 700px;
	position: relative;
	z-index: 1;
	padding-top: 50px;
}


#slideshow1 {
	background-color:aqua;
	position: absolute;
	left: 75px;
	top: 50px;
}
#slideshow2 {
	background-color:fuchsia;
	position: absolute;
	right: 75px;
	top: 50px;
}
.slideshow {
	width: 300px;
	height: 424px;
	border: 1px solid #444;

}
.thumbnail {
	width: 120px;
	height: 170px;
	background-color: #c28d52;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #444
}



