html, body {
   background: #ffffff;
   color: #000000;
}

:link    { color: #aaa; } 
:visited { color: #888; }

img {
	border-width: 0px;
	border-color: #000;
}

#header {
	position: relative;
	margin-bottom: 5px;
}

#header_size {
	position: absolute;
	right: 0px;
	top: 0px;
}

#album_desc { }

.thumb {
	vertical-align: top;
}

.thumb_img {
	text-align: center;
}

.thumb_caption {
        margin-top: 0px;
	text-align: center;
#	text-align: left;
}

#nav {
	position: relative;
	margin-bottom: 5px;
#	border:1px solid #000;
}

#nav_album_desc {
	text-align: center;
	margin-left: 10em;
	margin-right: 10em;
}

#nav_prev {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10em;
	text-align: left;
}

#nav_next {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10em;
	text-align: right;
}

#image {
	position: relative;
	margin-bottom: 5px;
	text-align: center;
}

#imagecap {
	position: relative;
#	border: 1px solid #000;
}

#imagecap_text {
	position: relative;
	text-align: center;
}

#imagecap_orig {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10em;
	text-align: right;
}

#info table {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-spacing: 2px;
}

#info td {
#	background: #444;
	background: #a0a0a0;
	padding: 5px;
}
