@charset "utf-8";
/* CSS Document */

.highslide-container div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 0px solid silver;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 0px;
	border-style: solid;
	border-color: white;
	background: F0F0F0;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-size: 1pt;
	color: #e9ecf0;
}
.highslide-caption {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #1a3553;
	font-size: 10pt;
	display: none;
	border-top: none;
	padding: 5px;
	background: #e9ecf0;
	padding-left: 20px;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: #1a3553;
}

a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;