.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
	font-family: Trebuchet MS;
    font-size: 10pt;
	color: #3B3B71;
    padding: 5px;
    background-color: #F0EDE0;
    text-align: justify;
}

.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
    background-color: black;
}

/* Put these last in your highlide-related CSS */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}