
.highslide {
	cursor: pointer;
    outline: none;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: 0px solid white;
}

.highslide-image {
    border: 0px solid white;
	background-color:#FFFFFF;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 0px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: #000;
	height: 42px;
	Width: 42px;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
    padding-left: 42px;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: 4px 1px;

}

.highslide-html {
  background: transparent url(../javascript/graphics/bgsm.png) no-repeat center;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-move {
    cursor: move;
}

div.highslide-body img { margin: 12px 0 24px 0; display:block;}
body div.highslide-body p a img  { border: none; background-color: transparent; padding: 2px;}
div.highslide-body p, div.highslide-body h3  { text-align: center;}


