.highslide-html {
    background-color: #f6f6f6;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid gray;
}
.highslide-html-blur {
}
.highslide-html-content {
    position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}

.control {
	float: left;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 6pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
	color: black !important;
}
.control, .control * {
	color: #666;
}
.highslide-move {
    cursor: move;
}
.highslide-body {
    background-color: #f6f6f6;
	border: none;
	color: #10678B;
	font-size: 10px;
	clear: both;
	margin: 2em 27px 1em 15px;
	padding: 10px 15px 15px;
	text-align:left;
}