.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}	
a.linkgrey:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	font-size: 11px;
	color : #666666;
	}
	
a.linkgrey:visited {
	text-decoration: none;
	font-size: 11px;
	color : #666666;
		}	
	
a.linkgrey:hover {
	font-size: 11px;
	color : #4B6794;
	text-decoration: underline;
	}
	
a.linkgrey:active {
	font-size: 11px;
	color : #666666;
	text-decoration: underline;
	}
}
.highslide img {
	border: 0px solid silver;
}
.highslide:hover img {
	border-color: #FFFFFF;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-image {
	border-width: 10px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 9px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}


