/* Define some presentational styles for the overlay */
.highslide-overlay {
   text-align: left;
   background-color: #fff; 
   font: 85% Tahoma;
   color: #555;
   margin:11px 0px 11px 11px; 
   position:absolute;
   width:148px;
   height:329px;
   top:0px;
   padding:109px 10px 0 13px;
   }
.highslide-overlay {display: none;}
div.highslide-overlay p {} 
div.highslide-overlay h3 {margin:6px 0 4px 0;} 
.highslide-html {background-color: transparent;}
.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(../js/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {padding: 2px;color: silver;text-decoration: none;font-size: 10px;}
a.highslide-credits:hover,
a.highslide-credits:hover i {color: white;background-color: gray;}
.highslide {cursor: url(../js/highslide/graphics/zoomin.cur), pointer;outline: none;}
.highslide-active-anchor img {visibility: hidden;}
.highslide img {/*border: 2px solid gray;*/}
.highslide:hover img {/*border: 2px solid white;*/}
.highslide-image {/* border: 2px 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;
	float:left;
	left: 0;
	top:0;
}

.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, Arial, sans-serif;
	height:287px;
	width:677px;
	text-align:left;
	color:#555;
}

.highslide-wrapper div.highslide-html-copy {
position:absolute;
left:25px;
top:115px;
width:249px;
z-index:100;
color: #555;
}

.highslide-wrapper div.highslide-html-copy-team {
position:absolute;
top:65px;
padding:0 40px 0 50px;
width:185px;
z-index:100;
color: #555;
}

.highslide-wrapper div.highslide-html-copy-team span {display:block;}
.highslide-wrapper div.highslide-html-content div#slideshow {z-index:0;}
.highslide-wrapper .highslide-header div {}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {display: inline;padding-left: 1em;}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {display: none;}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {color: black;}
.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(../js/highslide/graphics/resize.gif);
}

.highslide-wrapper .highslide-body {}

.highslide-move {cursor: move;}
.highslide-resize {cursor: nw-resize;}

/* 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;}