.highslide-caption {
    display: none;
    border-top: none;
    padding: 5px;
    background-color: #F0EDE0;
}
.highslide-caption a {
    color: black;
    font-size: 9pt;
    font-family: sans-serif;
    font-weight: bold;
}
/* Put these last in your highlide-related CSS */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;    
}
.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}