/* Highslide JS Styles */
.highslide {
	cursor: url(graphics/zoomin.cur), pointer;
	outline: none;
}

.highslide-caption {
	text-align: left;
	display: none;
	border: 2px solid white;
	border-top: none;
	padding: 5px;
	background-color: white;
}

.highslide-display-block {
	display: block;
}

.highslide-display-none {
	display: none;
}

.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
}

.highslide-move {
	cursor: move;
}

.highslide-overlay {
	display: none;
}


/* Controlbar */
.controlbar {
	background: url(graphics/controlbar.png);
	width: 102px;
	height: 26px;
}

.controlbar a {
	display: block;
	float: left;
	height: 26px;
}

.controlbar a:hover {
	background-image: url(graphics/controlbar-hover.png);
}

.controlbar .previous {
	width: 24px;
}

.controlbar .next {
	width: 25px;
	background-position: -24px 0;
}

.controlbar .highslide-move {
	width: 25px;
	background-position: -49px 0;
}

.controlbar .close {
	width: 28px;
	background-position: -74px 0;
}

a.highslide-full-expand {
	background: url(graphics/fullexpand.png) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 44px;
	height: 44px;
}


/* Necessary for functionality */
.highslide-display-block {
	display: block;
}

.highslide-display-none {
	display: none;
}
