.highslide-dimming {
	background: darkgray;
	position: absolute;
	width: 100%;
	visibility: hidden;
}
.highslide-html {
    background-color: #ffffff;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.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;
}
/* image */

.highslide {
/*	cursor: url(/shared/hs/graphics/zoomin.cur), pointer;
    outline: none;
    */
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	/*border: 2px solid gray;*/
}
.highslide:hover img {
	/*border: 2px solid black;*/
	cursor: url(/shared/hs/graphics/zoomin.cur), pointer;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 10px solid white;
    
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
    color: #2f2e2e;
}


/* Styles for the popup */
.highslide-wrapper {
	
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
    
}
.highslide-wrapper .highslide-header div {
}

.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}

.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/shared/hs/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* Controlbar example */
.controlbar_html_bg {
	
  background-color: #ffffff;
	height: 18px;
	
}



.controlbar_html {
	background: url(/shared/hs/graphics/controlbar_html.gif);
	width: 100px;
	height: 20px;
	/*background-position: 0 3px;*/
	margin: 5px 0px 0px 0px;
}

.controlbar_html a {	
	/*display: block;*/
	float: left;
	height: 20px;
}
.controlbar_html a:hover {
	background-image: url(/shared/hs/graphics/controlbar_html_hover.gif);
}
.controlbar_html .previous {
	width: 29px;
	background-position: 0 0px;
}
.controlbar_html .next {
	width: 27px;
	background-position: -29px 0px;
}
.controlbar_html .highslide-move {
	width: 22px;
	background-position: -56px 0px;
}
.controlbar_html .close {
	width: 22px;
	background-position: -78px 0px;
}

/* afb controlbar */
.afbcontrolbar {	
	background: url(/shared/hs/graphics/controlbar_afb_play.gif);
	width: 125px;
	height: 20px;
}
.afbcontrolbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 20px;
}
.afbcontrolbar a:hover {
	background-image: url(/shared/hs/graphics/controlbar_afb_play_hover.gif);
}
.afbcontrolbar .previous {
	width: 32px;
}
.afbcontrolbar .next {
	width: 28px;
	background-position: -32px 0;
}
.afbcontrolbar .playpause {
	width: 25px;
	background-position: -60px 0;
}
.afbcontrolbar .highslide-move {
	width: 22px;
	background-position: -85px 0;
}
.afbcontrolbar .close {
	width: 18px;
	background-position: -107px 0;
}
.highslide-overlay {
	display: none;
}
/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

