@charset "utf-8";

body,x:-moz-broken {
	margin-left:-1px;
}
#ZI_cursor {
	position: absolute;
	z-index: 98;
}
#ZI_window {
	background-color: #FFFFFF;
	position: absolute;
	left:0;
	top:0;
	z-index: 100;
	border: 1px solid #333333;
	background-repeat: no-repeat;
}
#ZI_view {
	position: relative;
	left:0;
	top:0;
	z-index: 101;
}
.ZI_innerView {
	height: 100px;
	width: 100px;
}
.ZI_outerView {
	filter: Alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity:  0.5;
}

#ZI_dummy{
	z-index:99;
	background-color: #FFFFFF;
    position: absolute;
	left:0;
	top:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

