
#LsfotoEntirePage {
	min-width: 800px;
	max-width: 1280px;
	min-height: 600px;
	max-height: 1024px;
	background-color: #CCCCCC;
}

#LsfotoLeft {
	overflow: auto;
	position: absolute;
	visibility: visible;
	height: 100%;
	width: 10%;
	left: 0%;
	top: 0%;
	background-color: #CCCCCC;
}

#LsfotoRight {
	overflow: auto;
	position: absolute;
	visibility: visible;
	height: 100%;
	width: 10%;
	left: 90%;
	top: 0%;
	background-color: #CCCCCC;
}

#LsfotoHeader {
	overflow: auto;
	position: absolute;
	visibility: visible;
	height: 50%;
	width: 80%;
	min-width: 816px;
	min-height: 350px;
	padding-top: 24px;
	left: 10%;
	top: 0%;
	background-color: #CCCCCC;
}

#LsfotoNav1 {
	overflow: auto;
	position: absolute;
	visibility: visible;
	height: 50%;
	width: 20%;
	left: 10%;
	top: 50%;
	background-color: #CCCCCC;
}

#LsfotoNav2 {
	overflow: auto;
	position: absolute;
	visibility: visible;
	height: 50%;
	width: 60%;
	left: 30%;
	top: 50%;
	background-color: #CCCCCC;
}

#GalleryHeader {
	overflow: auto;
	position: absolute;
	visibility: visible;
	height: 15%;
	width: 100%;
	left: 0%;
	top: 0%;
	background-color: #CCCCCC;
}

#GalleryLeft {
	overflow: auto;
	position: absolute;
	visibility: visible;
	height: 85%;
	width: 5%;
	left: 0%;
	top: 15%;
	background-color: #CCCCCC;
}

#GalleryNav {
	overflow: auto;
	position: absolute;
	visibility: visible;
	height: 85%;
	width: 10%;
	left: 5%;
	top: 15%;
	background-color: #CCCCCC;
}

#GalleryContent {
	overflow: auto;
	position: absolute;
	visibility: visible;
	height: 85%;
	width: 70%;
	min-width: 784;
	left: 15%;
	top: 15%;
	background-color: #CCCCCC;
}

#GalleryRight {
	overflow: auto;
	position: absolute;
	visibility: visible;
	height: 85%;
	width: 15%;
	left: 85%;
	top: 15%;
	background-color: #CCCCCC;
}

