@charset "utf-8";
/* CSS Document */

.highslide-html {
	background-color: #ffffff;
}
.highslide-html-content {
	position: absolute;
	display: none;
	width: 500px;
	padding: 5px;
}
.highslide-header {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-body {
	padding-top: 10px;
}

.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../../Scripts/graphics/resize.gif);
}
.highslide-move a {
	cursor: move;
}
.highslide-resize {
	cursor: nw-resize;
}
/* These must be the last of the Highslide rules */
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
