.hoverDrag {
	cursor:move;
}

.hBoxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	z-index:2499;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	cursor: pointer;
	cursor:hand;
}


/* hover box above */

.lBox {
	border:5px solid #e9e9e9;
 	background:white url(/images/themes/default/head_stripes.gif) top left repeat-x;
	position:absolute;
	z-index:1500;
	overflow: hidden;
} 

a.lClose {
	display:block;
	position:absolute;
	top:5px;
	right:5px;
	height:16px;
	width:16px;
	background: transparent url(/images/16/cross.png) 50% 50% no-repeat;
	/*z-index: 2000;*/
}

.overlay{
	position: absolute;
	top: 0; left: 0;
	z-index: 500;
	width: 100%;
	height: 50px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor:hand;
	cursor:pointer;
}

.overlayTrans {
	background-color: #fff;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

/* light box above */

.overlay {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
	background-color: #000;
	cursor:hand;
	cursor:pointer;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay.clear {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

div.kWin iframe { border:1px solid black; background-color:white; }
div.kWin {
	position:fixed;
	top: 10px;
	left: 0;
	min-width: 150px;
	cursor: default;
	overflow: hidden;
	z-index:2500;
}
.kWin .close {
	position:absolute;
	right:3px;
	top:5px;
	height:14px;
	width:14px;
	cursor: hand;
	cursor: pointer;
	-moz-user-select:none;
	background: url(images/x.gif) 50% 50% no-repeat;
}
.kWin .titlebar {
	display:block;
	-moz-user-select:none;
	min-height:13px;
}

.hClr .titlebar {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #fff;
	padding:3px 0 3px 10px;
	height:14px;
	line-height:14px;
	text-align:left;
}
.hClr .close { 
	top:0; 
	background: url(images/x.gif) 50% 50% no-repeat;
	height:16px;
	width:16px;
}

.hClr .content {
	background-color: #E9E9E9;
	text-align: center;
	color: #000;
	padding:5px;
	margin:1px;
}

.hClr .content img {	
	margin: auto auto;
	background-color:white;
	border: 1px solid #000;
}

.hClr .content .imgWrap { border:1px solid black; overflow:auto; }
.hClr .content .imgWrap img { border:0; }

div.hClr iframe {
	border:0;
	/*background-color:white;*/
}
