/* --- highslide --- */



.highslide-html {
	background-color : white;
	width : 400px;
}


.highslide-html-blur {
}

.highslide-html-content {
	position : absolute;
   display : none;
}

.highslide-html-content h1 {

}

.highslide-html-content p {
}

.highslide-display-block {
    display : block;
}

.highslide-display-none {
    display : none;
}

.control {
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
