@charset "utf-8";
/* CSS Document */

#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
	overflow:hidden;
}
	#mask {
		width:200%;
		height:100%;
	}

	.item {
		width:50%;
		height:100%;
		float:left;
	}
	
	
