div.sfhd {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 999;
}

div.sfhd div.bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

div.sfhd div.sc{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
}

div.sfhd div.sc.loading {
	background: url(ajax-loader.gif) 50% 50% no-repeat;
}

div.sfhd span.sfhdlogo {
	background: url(sofurryhd.png) no-repeat 100% 0;
	width: 173px;
	height: 40px;
	position: absolute;
	top: 8px;
	right: 50px;
	z-index: 1000;
}

div.sfhd a.close,
div.sfhd a.prev,
div.sfhd a.next,
div.sfhd a.fit,
div.sfhd a.orig {
	position: absolute;
	z-index: 10002;
	width: 40px;
	height: 40px;
	background: url(btns.png) no-repeat 0 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div.sfhd a.close {
	top: 5px;
	right: 5px;
}
div.sfhd a.fit {
	left: 50%;
	margin-left: -150px;
	bottom: 5px;
	background-position: 0 -80px;
}
div.sfhd a.orig {
	right: 50%;
	margin-right: -150px;
	bottom: 5px;	
	background-position: 0 -40px;
}
div.sfhd a.prev {
	left: 50%;
	margin-left: -200px;
	bottom: 5px;
	background-position: 0 -120px;
}
div.sfhd a.next {
	right: 50%;
	margin-right: -200px;
	bottom: 5px;
	background-position: 0 -160px;
}

div.sfhd a.close:hover,
div.sfhd a.fit:hover,
div.sfhd a.prev:hover,
div.sfhd a.next:hover,
div.sfhd a.orig:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

div.sfhd div.zoom {
	border-color: #fff;
	z-index: 10002;
	position: absolute; 
	bottom: 18px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
}

div.sfhd .ui-slider {
	background: transparent;
}
div.sfhd .ui-slider-handle {
}


#sofurryhd {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1000;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}