.jMicroscope {
	float:left;
	width:324px;
	height:324px;
	position:relative;
	background-color:white;
	margin:10px;
	cursor: move;
}
.jMicroscope .mask {
	float:left;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-image:url(mask.png);
	background-position:top left;
}
.jMicroscope .slide {
	float:left;
	width:100%;
	height:100%;
	position:absolute;
	background-position:-90px -90px;
	background-repeat: no-repeat;
	background-color:white;
}
.jMicroscope .labels {
	float:left;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-position:-90px -90px;
	background-repeat: no-repeat;
}
.jMicroscope .scalebar {
	float:left;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-position:bottom left;
	background-repeat: no-repeat;
}
