.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 15px;
	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.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	height: 16px;
	width: 39px;
}

.close {
	background: url(images/lyrics/close.jpg) no-repeat 0px 0px;
	height: 16px;
	width: 39px;

}

.close:hover {
	background: url(images/lyrics/close.jpg) no-repeat 0px -16px;
	height: 16px;
	width: 39px;

}





.highslide-move {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	height: 16px;
	width: 39px;
}
a.highslide img {

	border-style:none;
}



.highslide-move{
	cursor: move;
	background: url(images/lyrics/move.jpg) no-repeat 0px 0px;
	height: 16px;
	width: 39px;
}

.highslide-move:hover {
	cursor: move;
	background: url(images/lyrics/move.jpg) no-repeat 0 -16px;
	height: 16px;
	width: 39px;
}