
.zoomer-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.zoomer {
	outline: none;
	text-decoration: none;
}
.zoomer img {
	cursor: url(/zoomer/graphics/zoomin.cur), pointer;
	border: none;
}
.zoomer:hover img {
	border: none;
}
.zoomer-active-anchor img {
	visibility: hidden;
}
.zoomer-gallery .zoomer-active-anchor img {
	border; none;
	visibility: visible;
	cursor: default;
}
.zoomer-image {
	border: none;
	background: gray;
}
.zoomer-wrapper, .zoomer-outline {
	background: white;
}
.zoomer-image-blur {
}
.zoomer-number {
	font-weight: bold;
	color: gray;
}
.zoomer-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.zoomer-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.zoomer-dimming {
	position: absolute;
	background: white;
}
.zoomer-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.zoomer-credits,
a.zoomer-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.zoomer-credits:hover,
a.zoomer-credits:hover i {
	color: white;
	background-color: gray;
}
.zoomer-move, .zoomer-move * {
	cursor: move;
}
.zoomer-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the zoomer-ie6.css file. */
}
