/* Define some presentational styles for the overlay */
.highslide-overlay {display: none;}
.highslide-overlay h3 {margin:6px 0 4px 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-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: 85%/1.23 Tahoma;
	height:287px;
	width:677px;
	text-align:left;
	color:#555;
}
.highslide-wrapper div.highslide-html-copy {
font: 100%/1.23 Tahoma;
position:absolute;
width:249px;
z-index:100;
color: #555;
}
.highslide-wrapper div.highslide-html-copy-team {
position:absolute;
top:45px;
padding:0 40px 0 50px;
width:185px;
z-index:100;
color: #555;
font-size:93%;
line-height:1.23;
}
.highslide-wrapper div.highslide-html-copy-team h3 {font-size:100%;line-height:1.23;} 
.highslide-wrapper div.highslide-html-copy-team span {display:block;}
.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;}
.my-wrapper-class-1 .highslide-image { border:11px #7a8889 solid; width:680px;height:460px;}		
