#backdrop {background-image: url(ptrikPhotoPage2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	top: 25px;
	left: 0px;
	width: 700px;
	height: 507px;
	text-align: left;
	z-index: 0;}

#submenuTitle {position: absolute;
	top: 25px;
	left: 10px;
	width: 115px;
	height: 25px;
	background-color: silver;
	color: #ffffff;
	font-family: lucida console, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px;}

#submenu {position: absolute;
	top: 25px;
	left: 125px;
	width: 475px;
	height: 25px;
	font-family: lucida console, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px;}


.thumbnail {width: 125px;
	height: 94px;
	border: 3px solid silver;
	filter: gray;}

.thumbnail2 {width: 94px;
	height: 125px;
	border: 3px solid silver;
	filter: gray;}

a:hover img.thumbnail {filter: none;}
a:hover img.thumbnail2 {filter: none;}

#pictures {position: absolute;
	top: 75px;
	left: 10px;
	text-align: left;
	width: 650px;
	height: 375px;
	overflow: auto;}

#albumNavigation {position: absolute;
	top: 533px;
	left: 0px;
	width: 700px;
	height: 25px;
	text-align: left;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	padding: 5px;
	background-color: #ffffff;}

#close {position: absolute;
	top: 533px;
	left: 700px;
	width: 200px;
	height: 25px;
	text-align: right;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	padding: 5px;
	background-color: silver;}
