@charset "UTF-8";
/* CSS Document */

.highslide-html {
	background-color: transparent;
}
.highslide-html-content {
	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(../highslide/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

.control {
	display: block;
	position: absolute;
	background-image: url(../images/xmas/close.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	top: 10px;
	right: 10px;
	text-indent: -9999px;
}
.control:hover {
	color: black !important;
}
.highslide-move {
	cursor: move;
	height: 40px;
	width: 640px;
	position: relative;
	background-image: url(../images/valentine/valentine_top.png);
}

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

