@charset "utf-8";

#body_bg,
#main,
#main .inner p,
#news,
#menu,
#access,
#gallery,
#instagram {
	opacity: 0;
}

#gallery {
	position: relative;
}

#gallery .gallery_inner div:first-child {
	position: relative;
	left: auto;
	top: auto;
	z-index: 1000;
}
#gallery .gallery_inner div:nth-child(2) {
	z-index: 750;
}
#gallery .gallery_inner div {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 500;
	width: 100%;
}
