.highslide {
	cursor: url(../js/graphics/zoomin.cur), 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: #99ccff;
	height: 42px;
	Width: 42px;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
    padding-left: 22px;
    background-image: url(../Images/loading.gif);
    background-repeat: no-repeat;
    background-position: 4px 1px;

}

.highslide-html {
  background: transparent url(../Images/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;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 5px 5px 5px 7px;
	font-size: 1.3em;
    font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff !important;
	 
}
.control:hover {
	color: #160906 !important;
	text-decoration: underline;
}
.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;}


