DIV.CenterPane {
	position: relative;
	margin-top: 100px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

DIV.UpperPane {
/* previous GaleryUpperPane */
	width: 700px;
	height: 580px;
	border: 1px solid #BEB9B9;
}

DIV.TitlePane {
	position: relative; 
	width: 700px;
	height: 150px;
	/*border: 1px solid #FF0000;*/
	text-align: left;
	background-color: #BEB9B9;
}

DIV.TitleImagePane {
	left: 0px;
	width: 240px;
	height: 150px;
	/*border: 1px solid #0000FF;*/
	float: left;
}

DIV.TitleTextPane {
	/*border: 1px solid #00FF00;*/
	width: 430px;
	height: 110px;
	padding: 10px;
	color: #FFFFFF;
	font-size: large;
	float: right;	
}

DIV.TitleMenuRowPane {
/* Previously MenuRowPane */
	/*border: 1px solid #ff0000;*/
	position: absolute;
	display: inline-block;
	/*position: absolute;
	left: 50%;*/
	text-align: center;
	height: 40px;
	bottom: 10px;
}

DIV.TitleMenuButtonPane {
/* Previously MenuButtonPane */
	padding: 8px;
	background-color: white;
	font-family: Arial;
 	font-size: 10pt;
	font-weight: bold;
	color: #424242;
	float: left;
	border: 1px solid #BEB9B9;
	cursor: pointer;
	width: 60px;
}

DIV.ThumbNailPane {
	display: inline-block;
	/*border: 2px solid #ff0000;*/
}

DIV.PictureAlbum {
	display: inline-block;
	border: 2px solid #BEB9B9;
	cursor: pointer;
	padding: 15px;
	width: 110px;
	margin: 4px;
}

DIV.LowerPane {
	/*position: absolute;*/
	height: 36px;
	width: 100%;
	border-top: 2px solid #BEB9B9;
	text-align: center;
}



DIV.MenuRowPane {
	display: inline-block;
	/*position: absolute;
	left: 50%;*/
	text-align: center;
	height: 40px;
}

DIV.MenuButtonPane {
	padding: 8px;
	background-color: white;
	font-family: Arial;
 	font-size: 10pt;
	font-weight: bold;
	float: left;
	border: 1px solid #BEB9B9;
	cursor: pointer;
}

DIV.LanguagePane {
	float: left;
	Padding: 3px;
}

DIV.FreeImagePane2 {
	position: absolute;
	Left: 4%;
	top: 30%;
	margin-left: 35px;
}

DIV.FreeImagePane {
	position: absolute;
	Left: 50%;
	top: 50%;
	margin-left: 350px;
	z-index: -1;
}

DIV.FbPane {
	position: relative;
	float: right;
}

DIV.TransparantPane {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: white;
	display: none; 
	opacity: 0.85;
	filter:alpha(opacity=85); 
}

DIV.OverlayPane {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	display: none;
}

DIV.WallPane {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 800px;
	top: 5%;
	background-color: white;
	text-align: center;
	border: 3px solid #BEB9B9;	
}

DIV.OverlayUpperPane {
	position: relative;
	width: 800px;
	height: 550px;
	/*border: 3px solid #00FF00;*/
}

DIV.OverlayCommentPortraitPane {
	position: absolute;
	left: 50px;
	top: 70px;
	padding: 20px;
	width: 200px;
	font-family: Arial;
 	font-size: 10pt;
	text-align: justify;
	border: 1px solid #BEB9B9;
}

DIV.OverlayCommentLandscapePane {
	position: absolute;
	top: 460px;
	width: 96%;
	padding: 2%;
	font-family: Arial;
 	font-size: 10pt;
	text-align: justify;
	border: 1px solid #BEB9B9;
}

DIV.OverlayImagePortraitPane {
	position: absolute;
	right: 50px;
	top: 0px;
	height: 540px;
	/*border: 1px solid #FF0000;*/
}

DIV.OverlayImageLandscapePane {
	position: relative;
	top: 0px;
	height: 420px;
	border: 1px solid #BEB9B9;
}

DIV.OverlayLowerPane {
	border-top: 2px solid #BEB9B9;
}

IMG.TitleImage {
	position: absolute;
	margin: 4px;
	padding: 15px;
	height: 200px;
	border: 2px solid #BEB9B9;
	background-color: #FFFFFF;
	left: 20px;
	bottom: 10px;
}

IMG.ThumbnailPic {
	width: 100px;
	padding: 15px;
	margin: 4px;
	border: 2px solid #BEB9B9;
	cursor: pointer;
}

IMG.OverlayLandscapePic {
	position: relative;
	height: 100%;
	top: 0px;
	left: 0px;
}

IMG.OverlayPortraitPic {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	/*width: 400px*/
}

IMG.FreeImage {
	height: 300px;
}

IMG.Fb {
	border: 0px;
	height: 25px;
}

IMG.Flag {
	height: 16px;
	border: 0px;
}

IMG.invisible {
	border-width: 0;
	width: 100px;
	display: none;
}

