table.highslide {
	border: 0;
	background: transparent;
}
.highslide {
	cursor: url(../scripts/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    padding-left: 22px;
    background-image: url('../scripts/loader.gif');
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
a.highslide-credits {
    display: block;
	width: 114px;
	height: 15px;
	background: transparent url(../scripts/highslide.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	opacity: 0.25;
	filter:alpha(opacity=25);
}


.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}