body {
	margin: 0px 0px 0px 0px;
}
td {
	text-align: center;
	vertical-align: top;
}
/* Allow a line colour to be selected in Firefox */
hr {
   height: 2px;
   border-width: 2px 0 0 0;
   border-style: solid;
}
/* The header graphic */
.header_graphic {
	margin-top: 0px;
	text-align: center;
}
/* The cell that contains the title, comment and page numbers */
.header {
	padding-top: 24px;
	text-align: center;
	width: 100%;
}
/* The page title */
.title {
	font-size: x-large;
}
/* The comment text above the thumbnails */
.comment {
	padding-top: 15px;
	font-size: small;
}
/* The index page numbers */
.page_num {
	padding-top: 15px;
	font-size: small;
	font-weight: bold;
}
/* The table of links to external pages */
.external_buttons {
	padding-left: 20px;
}
/* A link to an external page */
.external_button {
	padding: 4px 0 4px 0;
}
/* The navigation buttons */
.nav_buttons {
	padding-top: 5px;
	padding-right: 35px;
	vertical-align: top;
	white-space: nowrap;
}
/* A hidden navigation button */
.nav_hidden {
	visibility: hidden;
}
/* The table of thumbnails */
.thumbs {
	margin-top: 20px;
}
/* The thumbnail image that is superimposed on a folder icon */
.folder_image {
	border-style: solid;
	position: absolute;
}
/* The cell containing a thumbnail */
.thumnail {
	padding: 0 15px 0 15px;
	vertical-align: top;
}
/* The cell containing a thumbnail, if the comment is beside it */
.thumnail_beside {
	padding: 3px 15px 8px 15px;
	vertical-align: top;
}
/* The thumbnail image */
.image_thumb {
	border-style: solid;
}
/* The "for sale" label */
.for_sale {
	border-width: 0px;
	position: absolute;
}
/* The "new" label */
.new_label {
	border-width: 0px;
	position: absolute;
}
/* The "pdf" labels */
.pdf_label {
	border-width: 0px;
	position: absolute;
}
/* The caption below a thumbnail */
.thumb_caption {
	margin: 14px 0 0 0;
	font-size: small;
	font-weight: bold;
}
/* A thumbnail's comment */
.thumb_comment {
	font-size: small;
	text-align: left;
	vertical-align: top;
	border-width: 0;
	border-style: solid;
	border-bottom-width: 1px;
	padding-top: 0;
	padding-bottom: 16px;
}
/* The line above the Jalbum buttons */
.link_separator {
	margin-top: 35px;
}
/* Buttons that link to the Jalbum site */
.links {
	margin: 7px 10px 0px 10px;
	text-align: center;
	vertical-align: top;
}
