/**
* @file: highslide.css 
* @version: 4.1.13
*/
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}
