.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.hshc {
	position: absolute;
    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;
    
    padding-left: 22px;
    background-image: url(loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .hshc {
    width: 380px;
    padding: 0 5px 15px 5px;
}
.highslide-wrapper .hsh {
	padding-bottom: 5px;
}
.highslide-wrapper .hsh ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .hsh ul li {
	display: inline;
	padding-left: 1em;
}

.highslide-wrapper .hsh a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .hsh a:hover {
	color: black;
}

