.fliperEditorDivClass
{
	position:absolute; 
	z-index:10; 	
	width:840px; 
	height:620px;
}
.fliperMaskDivClass
{
	position:absolute; 
	z-index:15; 
	
	width:840px; 
	height:620px;
	
	background-color: #ADADAD;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
.fliperPopUpDivClass
{
	position: absolute;
	z-index: 20;
	display: block;
	width: 1007px;
	left: 0px;
	top: 0px;
	background-color: #000000;
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
.fliperGuideDivClass
{
	position: absolute;
	z-index:30; 
	
	margin-left:11px;
	margin-top: 40px;
}