html {
	overflow-y: scroll;
	}
body {
	font-family: Verdana, Arial, sans-serif;
	background: url("texturep.jpg") repeat;
	padding-bottom: 10px;
	}
td {
	font-family: Verdana, Arial, sans-serif;
	}
img {
	border-width: 0px;
	}

/* Text that must not be wrapped */
.nobreak {
	white-space: nowrap;
	}

#index body {
	margin: 0px 0px 0px 0px;
	}
#index td {
	text-align: center;
	}
/* Allow a line colour to be selected in Firefox */
#index hr {
   height: 2px;
   border-width: 2px 0 0 0;
   border-style: solid;
	}
/* The navigational buttons */
#index .nav_buttons {
	padding-right: 35px;
	text-align: right;
	padding-top: 10px;
	}
/* A hidden navigational button (if we are 1 level below the top) */
#index .nav_hidden {
	visibility: hidden;
	}
/* The header graphic and title */
#index .header {
	font-size: x-large;
	text-align: center;
	margin-top: 0px;
	}
/* The table of links to external pages */
#index .linkTable {
	margin-left: 15px;
	}
/* The comment text above the thumbnails */
#index .comment {
	font-size: small;
	line-height: 16px;
	margin: 0px 35px 0px 30px;
	}
/* The index page numbers */
#index .nav {
	margin: 15px 35px 0px 30px;
	font-size: small;
	font-weight: bold;
	}
/* The table of thumbnails */
#index .thumbtable {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
/* The thumbnail image that is superimposed on a folder image */
#index .embeddedimage {
	border-width: 1px;
	border-style: solid;
	position: absolute;
	}
/* The thumbnail of an image */
#index .image-thumb {
	border-width: 1px;
	}
/* The thumbnail of an image, if "no border" has been specified */
#index .image-thumb-no-border {
	border-width: 0px;
	}
/* The cell containing a thumbnail */
#index .thumnail {
	padding: 0 15px 0 15px;
	vertical-align: top;
	}
/* The "for sale" label. */
#index .embeddedlabel {
	border-width: 0px;
	position: absolute;
}
/* The "new" icon */
#index .embeddednew {
	border-width: 0px;
	position: absolute;
	right: 0px;
	display: block;
	}
/* The caption below a thumbnail */
#index .caption {
	margin: 14px 0 0 0;
	font-size: small;
	font-weight: bold;
	}
/* The line that separates the external link buttons */
#index .linkseparator {
	margin-top: 35px;
	}
/* Buttons that link to external web pages */
#index .links {
	margin: 7px 10px 0px 10px;
	text-align: center;
	vertical-align: top;
	}

#slide body {
	margin: 10px 0px 0px 10px;
	}
#slide table {
	border: hidden;
	}
#slide td {
	font-size: small;
	padding-top: 0px;
	}
/* Text above the image */
#slide .top_table {
	border-collapse: collapse;
	padding-left: 5px;
	}
/* The image name (i.e. the page title) */
#slide .name {
	font-weight: bold;
	font-size: small;
	white-space: nowrap;
	}
/* Text above the image that must not wrap */
#slide .top_table_nowrap {
	padding-left: 5px;
	white-space: nowrap;
	}
/* A bullet that separates the top text fragments */
#slide .separator1 {
	padding-left: 8px;
	padding-right: 8px;
	font-size: x-small;
	}
/* The gap between comment fragments */
#slide .text_line2 {
	padding-left: 5px;
	padding-right: 20px;
	}
/* The navigational buttons at the top right */
#slide .nav_buttons {
	padding-right: 30px;
	padding-left: 10px;
	white-space: nowrap;
	}
/* The cell containing the comment */
#slide .comment {
	padding-top: 4px;
	}
/* The email button */
#slide .email {
	vertical-align: top;
	padding-left: 24px;
	}
/* The cell that contains the main image */
#slide .image_cell {
	vertical-align: top;
	}
/* The block containing the main image and the superimposed image */
#slide .image_area {
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	}
/* The superimposed image */
#slide .image_small {
	border-width: 2px;
	border-style: solid;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
/* The table of variant thumbnails */
#slide .imagelist {
	margin-top: 30px;
	vertical-align: top;
	text-align: center;
	}
/* Variant thumbnail */
#slide .buttonimage {
	border-width: 1px;
	border-style: solid;
	margin: 10px;
	}
/* Variant thumbnail label */
#slide .buttontext {
	font-size: smaller;
	}
/* Videos */
#slide .video {
	border: thick ridge;
	}
