

.crz_box900n {
	margin-top: 30px;
	margin-bottom: 40px;
}

#galleryWrap{
	width: 900px;
	height: 535px;
}

#bg{
	z-index: 2;
	background-color: #000;
	width: 900px;
	height: 535px;
	position: absolute;
}

#mask{
	position: absolute;
	width: 900px;
	height: 535px;
	overflow: hidden;
}

#loading{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -24px;
	margin-left: -24px;
}

#stage{
	width: 10800px;
	height: 535px;
	display: none;
	position: absolute;
}

#stage img.show{
	display: block;
}

#stage img.none{
	display: none;
}

#stage div.canvas{
	position: relative;
	width: 900px;
	height: 535px;
	float: left;
}

#stage div.canvas img{
	position: absolute;
	top: 0;
	left: 0;
}
