/* Define some presentational styles for the overlay */
.highslide-overlay {display: none;}
div.highslide-overlay h3 {font-weight:bold;margin:6px 0 2px 0;} 
.highslide-html {background-color: transparent;}
.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(../js/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
.highslide {cursor: url(../js/highslide/graphics/zoomin.cur), pointer;outline: none;}
.highslide-active-anchor img {visibility: hidden;}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
	float:left;
	left: 0;
	top:0;
}
.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(../js/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
.highslide-move {cursor: move;}
a.highslide-full-expand {
	background: url(../js/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
/* Styles for the HTML popup */
.highslide-wrapper {background-color: transparent;}
.highslide-wrapper .highslide-html-content {
	font: 100%/1.23 Tahoma;
	height:460px;
	text-align:left;
	color:#555;
}
.highslide-wrapper .highslide-html-content h3 {font-weight:bold;margin:6px 0 2px 0;}
.highslide-wrapper div.highslide-html-copy-ideas {
position:absolute;
font-size:77%;
line-height:1.23;
left:25px;
top:85px;
width:145px;
z-index:100;
color: #555;
}
.highslide-wrapper div.highslide-html-content div#slideshow {z-index:0;}
/* These must be the last of the Highslide rules */
.highslide-display-block {display: block;}
.highslide-display-none { display: none;}	