body {
	margin: 0;
	background: #c28d52 url(../images/indexbigBG10.jpg) repeat-x center top;
	padding: 20px;
	padding-top: 0px;
}

#banner-home {
	background: transparent url(../images/x.jpg) no-repeat left;

}
.banner_gallery {
	width: 1000px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;

}
#navigation {
float: left;
width: 201px;
text-align: center;
padding-top: 110px;
}
.sectiongallery #navigation #linkgallery a {/* automation for active tab */
		background: #c28d52 url(../images/x.jpg);
		color: #ffffff;
		}

.sectiongallery #navigation #linkgallery a:hover {/* hover over-ride for automated tab */
		background: #ffffff url(../images/xbluBG01.jpg);
		color: #c28d52;
}
#centredlayer_gallery {
	margin: auto;
	height: 643px;
	width: 700px;
	position: relative;
	z-index: 1;
	padding-top: 50px;
}
#gallerynav {position: absolute; top: 630px; left: 2px;}
#slideshow1 {
	background-color:aqua;
	position: absolute;
	left: 75px;
	top: 50px;
}
#slideshow2 {
	background-color:fuchsia;
	position: absolute;
	right: 75px;
	top: 50px;
}
.slideshow {
	width: 300px;
	height: 450px;
	border: 1px solid #444;

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



