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

}
#bodytext-gallery {
	min-height: 650px;
	padding: 0px;
	margin-right: 190px;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 1;
}
#gallerynav {float: right;}
#navigation {position: absolute;
	top: -210px;
	left: 350px;}


#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
}



