@CHARSET "UTF-8";

div.thumb {
	width: 90px; 
	height: 90px; 
	background-color:silver; 
	float:left; 
	text-align:left; 
	margin-bottom:13px;
	cursor:pointer;
	overflow:hidden;
	
}
div.thumbVSeparator {
	width:13px;
	height: 90px;
	float:left; 
}

#stage {
	background-color: white;
	width: 100%;
	height: 100%;
	z-index: 99;
	position: absolute;
	left:0px;
	top:0px;
	display:none;
	text-align: center;
	
	/*background-image:url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center;*/
}

#stage_table {
	margin: auto;
	height: 100%;
	vertical-align: middle;	
}

#stage_canvas {
	
}

#stage_image_canvas {
	background-image:url(../image/loading.gif);
	background-repeat: no-repeat;
	background-position: center middle;
}

#stage_picture {
	
}
		
#stage_close {
	text-align:right;
	color:#404040;
	font-size:12px;
}

.close {
  color: #506F6E;
  cursor: pointer;
}

.close_h {
  color: #506F6E;
  cursor: pointer;
}


