
.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {

}
.highslide:hover img {
}

.highslide-image {
border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption  { font-size: 10pt; font-family: Arial, Helvetica; background-color: white; display: none; padding: 1px 0 1px 2px; border-style: none solid solid; border-width: medium 2px 2px; border-color:  white white }
.highslide-loading  { color: white; font-size: 9px; font-style: 'Arial'; font-weight: bold; text-decoration: none; background-color: black; background-image: url(highslide/graphics/loader.gif); background-repeat: no-repeat; background-position: 20px 20px; text-align: center; display: block; padding-top: 22px; width: 60px; height: 38px }

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}