/* CSS Document */
	/* class dependent style */
	.moving_box {
		position: absolute;
	}
	/* id dependent styles */
	#box_1 {
		
		width: 198px;
		height: 175px;
		/*border: thin solid #000;*/
		/* initial position */
		top: 10px;
		display: none;
	}
