#canvas_1 {
	position: absolute;
	margin-left: 40px;
	z-index: 1000;
}



#guide_wrap{
	display: none;
	position: absolute;
	top: 100px;
	left: 360px;
	width: 300px;
	/*height: 60px;
	background: #fff;
	border: solid 3px #ccc;*/
	z-index: 3000;
}
#guide{
	/*display: none;
	position: relative;
	top: 100px;
	left: 360px;*/
	width: 260px;
	height: 60px;
	padding: 10px;
	background: palegreen;
	border: solid 3px #ccc;
	/*z-index: 1000;*/
}
#guide_ctrl{
	padding: 5px;
	text-align: center;
}
#guide_ctrl span{
	background: #fff;
	border: solid 1px #aaa;
	width: 3em;
	padding: 0.2em 0.4em;
	margin: 5px;
	font-size: 10px;
}



#guide_controll {
	padding: 10px;
	text-align: center;
}

#guide_controll2 {
	display: none;
}



#loader_wrap {
	display: none;
	position: absolute;
	
/* Set rules to fill background */
min-height: 100%;
min-width: 1024px;

/* Set up proportionate scaling */
width: 100%;
height: auto;

/* Set up positioning */
position: fixed;
top: 0;
left: 0;

/*
	
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;*/
	background: #aaa;
	opacity: 0.5;
	z-index: 2000;
}

#loader {
	display: none;
	position: fixed;
	width: 200px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -50px;
	background: #eee;
	text-align: center;
	z-index: 2100;
}

#loader span {
	margin: auto;
	line-height: 100px;
}