/* CSS Document */

#slideshow {
	position: absolute;
	height: 70%;
	width: 74%;
	max-width: 950px;
	top: 5px;
	left: 260px;
	margin-bottom: 5px;
	z-index: 200;
	overflow: hidden;
}

#galleryslideshows {
	position: relative;
	height: 650px;
	width: 74%;
	max-width: 950px;
	top: 70px;
	left: 260px;
	margin-bottom: 5px;
	z-index: 200;
	overflow: hidden;
	margin-left: 0px;
	padding-left: 0px;
}

#gallerytitle {
	position: absolute;
	height: 35px;
	width: 74%;
	max-width: 950px;
	top: 30px;
	left: 260px;
	margin-bottom: 5px;
	z-index: 250;
	overflow: hidden;
	display: block;
}

