/* Width/height of box + displaymode */
	#box1 {width: 140px;height: 425px;margin-right: 10px;display: block;}
	#box2 {width: 645x;height: 425px;margin-right: 10px;display: block;}
	#box3 {width: 220px;height: 425px;margin-right: 10px;display: none;}
	#box4 {margin-right: 10px;display: none;}

	
	/* Mozilla "hack" to display the boxes correctly. Width/height is like the above -10. */
	DIV#box1_inner {width: 130px;height: 415px;}
	DIV#box2_inner {width: 635px;height: 415px;}
	DIV#box3_inner {width: 210px;height: 415px;}
