html { overflow-x:hidden; }
body { background: #60585C; }

a:link { text-decoration: none; color: #D9E9EB; }
a:visited { text-decoration: none; color: #D9E9EB; }
a:active { text-decoration: none; color: #D9E9EB; }
a:hover { text-decoration: underline; color: D9E9EB; }

#container {
	margin-left: auto;
	margin-right: auto;
	width: 870px;
}

.text {
	font-size: 11px;
	font-family: Verdana,sans-serif;
}

.access {
	font-size: 11px;
	font-family: Verdana,sans-serif;
}

.pix {
	font-size: 11px;
	font-family: Verdana,sans-serif;
}

.legend {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana,sans-serif;
	letter-spacing: 1px;
}

#links {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana,sans-serif;
	letter-spacing: 2px;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

a:hover img.thumb {
	border: 1px solid white;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}

a img.thumb {
	border: 1px solid gray;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.highslide { cursor: url(hslide/graphics/zoomin.cur), pointer; outline: none; }
.highslide-active-anchor img { visibility: hidden; }
.highslide img { border: 0px solid gray; }
.highslide:hover img { border: 0px solid white; }
.highslide-wrapper { background: white; }
.highslide-image { border: 0px solid white; }
.highslide-image-blur { }
.highslide-caption { display: none; border: 0px solid white; border-top: none; padding: 5px; background-color: white; }
.highslide-loading { display: block; color: black; font-size: 8pt; font-family: sans-serif; font-weight: bold; text-decoration: none;
	padding: 2px; border: 0px solid black; background-color: white; padding-left: 22px; background-image: url(hslide/graphics/loader.white.gif);
  background-repeat: no-repeat; background-position: 3px 1px; }
a.highslide-credits,
a.highslide-credits i { padding: 2px; color: silver; text-decoration: none; font-size: 10px; }
a.highslide-credits:hover,
a.highslide-credits:hover i { color: white; background-color: gray; }
a.highslide-full-expand {	background: url(hslide/graphics/fullexpand.gif) no-repeat;
	display: block;	margin: 0 10px 10px 0; width: 34px;	height: 34px; }
.highslide-display-block { display: block; }
.highslide-display-none { display: none; }
