.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img { visibility: hidden; }
.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: solid 2px white;
}
.highslide-image-blur {
}
.highslide-caption { display: none; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-size: 1em; padding: 5px; background-color: white; border-left: 2px solid white; border-bottom: 2px solid white; border-right: 2px solid white; border-top-style: none; border-top-width: medium; }

.highslide-dimming {
	background: #fff;
	position: absolute;
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px 2px 2px 22px;
	border: solid 1px;
    background-color: #cad9e7;
    
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i { padding: 2px; color: #cad9e7; text-decoration: none; font-size: 10px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }
a.highslide-credits:hover,
a.highslide-credits:hover i { color: white; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #cad9e7; }

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif)url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}