h1 {
	color: black;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

h1 a {
	color: black;
	text-decoration: none;
}

h1 a:HOVER {
	text-decoration: underline;
}

div.gallery-thumbnail, td.gallery-thumbnail {
/*	float: left;	*/
	text-align: center;
	padding: 5px;
}

div#gallery {
	width: 560px;
	border: 1px solid black;
	position: relative;
	text-align: left;
}

/*div#gallery div {
	border: 1px solid red;
}

div#gallery span {
	border: 1px solid blue;
}*/

div#gallery .gallery-big {
	text-align: center;
}

div#gallery #left-button {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 20px;
	background: url(/images/buttons/gal-lbt.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

div#gallery .gallery-frame {
	overflow: hidden;
	width: 520px;
	margin: 0px 20px 0px 20px;
}

div#gallery table {
	font-size: 12px;
	color: black;
}

div#gallery #galleryContainer {
	white-space: nowrap;
	position: relative;
	left: 0px;
}

div#gallery #right-button {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 60px;
	width: 20px;
	background: url(/images/buttons/gal-rbt.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

/* div#gallery img#gallery-big */
