body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	border: 0 none;
}
h1 {
	position: absolute;
	left: 138px;
	top: 150px;
	width: 428px;
}
img{
	border: 0 none;
	margin:0;
	padding:0;
}
a {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover{
	color: #f00;
	background-color: #fcc;
}
.tr {text-align: right;}
.tc {text-align: center;}
.tl {text-align: left;}
.fr {float: right;}
.fl {float: left;}
.fc {clear: both;}
#copyright {
	position: absolute;
	top: 520px;
	left: 10px;
	font-size: x-small;
	color: #666;
}
#album {
	border: 0px none #330000;
	margin:0;
	padding:0;
	position: absolute;
	height: 500px;
	width: 660px;
	left: 10px;
	top: 10px;
/*	text-align: center;
	vertical-align: middle;*/
	background-image: url(enlarge_bg.jpg);
	overflow:hidden;
}
#album img{
/*	opacity: 0;*/
}
#album .map {
	position:relative;
	top:80px;
	left:660px;
	width:400px;
	height:300px;
	background-color:#ace;
}
#album .ads { 
	position:relative;
	text-align:center;
	top:10px;
	left:660px;
	width:640px;
	height:80px;
	background-color:#eee;
}
#album .view{
	position:absolute;
	top: 490px;
	left: 10px;
	width: 640px;
	height:0px;
}
#album .bar {
	background-color: #ddd;
}
#thumbnails {
	position: absolute;
	left: 680px;
	top: 20px;
	width: 290px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 4px double #ace;
}
#thumbnails *{
/*	border: 1px solid red;*/
}
#thumbnails .prev {
	text-align: left;
	vertical-align: bottom;
}
#thumbnails .prev img, #thumbnails .next img, #thumbnails tfoot img{
	opacity: 0;
}
#thumbnails tfoot #output img{
	opacity: 100;
}
#thumbnails .next {
	text-align: right;
	vertical-align: bottom;
}
#thumbnails .title {
	font-size: 16px;
	overflow: hidden;
	height: 30px;
	background-color: #ace;
	cursor:pointer;
}
#thumbnails .pages {
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	width: 130px;
}
#thumbnails thead {
	border-bottom: 1px solid #888;
}
#thumbnails th {
	text-align: center;
	overflow: hidden;
	font-size: 18px;
}
#thumbnails tfoot{
	border-top: 1px solid #888;
}
#thumbnails tfoot td {
	padding: 5px;
}
#thumbnails tbody td {
	padding: 0;
	height: 55px;
	width: 70px;
	vertical-align: top;
	text-align: center;
}
#thumbnails tbody td img {
	width:0;
	height:0;
	border: 1px solid white;
}
#thumbnails tfoot #output{
	border-top: 1px solid #888;
}
