#galleryWrapper {
	position:relative;
	width:auto;
	height:auto;
	/*
	border:1px solid #CCFFCC;
	*/
	/* top right bot left */
	padding:0px 0px 10px 9px;
	margin:0px;
}

#galleryNameBlock {
	position:relative;
	width:auto;
	height:auto;
	padding-bottom:5px;
}

#galleryNavigationBlock {
	position:relative;
	width:auto;
	height:auto;
}

#galleryPhotoCaptionBlock {
	position:relative;
	width:auto;
	height:50px;
}

#galleryBodyBlock {
	position:relative;
	width:400px;
	height:302px;
}

#galleryMain {
	z-index:90;
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:302px;
}

#galleryBody {
	z-index:92;
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:302px;
}

#galleryCopyright {
	position:absolute;
	top:75px;
	top:5px;
	left:15px;
	left:200px;
	color:white;
}

#photoList {
	z-index:2;
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	visibility: hidden;
}

