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

.highslide-image {
    border: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption { color: #f0a13b; display: none; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 5px; background-color: white; text-decoration: none; text-align: center; border-left: 2px solid white; border-bottom: 2px solid white; border-right: 2px solid white; border-top-style: none; border-top-width: medium; }
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading { display: block; color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; text-decoration: none; padding: 4px; border-top: 1px solid white; border-bottom: 1px solid white; background-color: black; }
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;
}