﻿/************************* HIGHSLIDE */
.highslide {
	cursor: url(graphics/zoomin.cur), pointer;
	outline: none;
}

.highslide-body table { 
	width: 100%;
	height: 100%;
}

.highslide-body table td { 
	text-align: center;
	vertical-align: middle;
}

.highslide-body .close, 
.highslide-flash-controls {
	position: absolute;
	z-index: 999;
	bottom: 5px;
	right: 5px;
}

.highslide-flash-controls a img {
	border: none;
}

.highslide-html-content { 
	position: absolute;
	background-color: #fff;
	display: none; 
}

.highslide-active-anchor img {
	visibility: hidden;
}

.highslide img {
	border: none;
}

.highslide:hover img {
	border: none;
}

.highslide-wrapper {
	background-color: white;
}

.highslide-wrapper .highslide-html-content {
	width: 400px;
	padding: 5px;
	position: relative;
	z-index: 3;
}

.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}

.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif);
}

.highslide-move {
	cursor: move;
}

.highslide-resize {
	cursor: nw-resize;
}

.highslide-image {
	border: 2px solid white;
}

.highslide-image-blur {
}

.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	padding: 5px;
	background-color: white;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}

.highslide-caption a {
	font-weight: bold;
	color: #D08B61;
}

.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

a.highslide-full-expand {
	background: url(graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.highslide-caption h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	display: inline;
	margin: 0;
	padding-left: 5px;
	border-left: 4px solid #999999;
}

/* These must always be last */
.highslide-display-block {
	display: block;
	position: relative;
	z-index: 3;
}

.highslide-display-none {
	display: none;
}