.thumbwrapper .highslide {
	outline: none;
}
.textwrapper .highslide {
	font-size: 11pt; 
	text-decoration: none;
	display: block; 
	text-align: center;
}
.highslide {
	outline: none;
}
.highslide img {
	outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-image {
	/* border: 5px solid white; */
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 5px solid white;
	border-top: none;
	padding: 5px;
	background-color: white;
}
.highslide-loading {
    display: block;
	color: black !important;
	text-decoration:none !important;
	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;
}

/* HTML controls */
.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
.highslide-overlay {
	display: none;
}

/* HTML */
.highslide-html {
    background-color: white;
}

.highslide-html-content {
	max-width:300px;
	position: absolute;
    display: none;
}

.highslide-body {
	padding:0.7em;
	border:solid 1px #eee;
}

/* Controlbar example */
.highslide-html-content .controlbar {
	z-index:999;
	position:absolute;
	top:0; right:0;
	width: 36px;
	height: 24px;
	background: none;
}

.highslide-html-content .controlbar .close {
	background: url(graphics/controlbar4.gif);
	background-position: -93px 0;
}

.highslide-html-content .controlbar .close:hover {
	background: url(graphics/controlbar4-hover.gif);
	background-position: -94px 0;
}

.controlbar {	
	background: url(graphics/controlbar4.gif);
	width: 136px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -91px 0;
}

/* Put these last in your highlide-related CSS */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}