/** IMAGE BOX DISPLAY **/
#imagebox { 
	margin:0;
	padding:0;
	position:absolute;
	top:25%;
	height:57%;
	line-height:0;
	width:43%;
	}
#imagearea { 
/* this is a dummy element to get proportional resize */
	height:100%;
	display:block;
/*outline:1px solid white; for debug*/
	}
.cell { 
	position:absolute;
	width:32.6%;
	height:32.5%;
	overflow:hidden;
	}
.emptybox,.picbox { 
	margin:0;
	height:100%;
	}
.cell img { 
	position:absolute;
	opacity:0;
	margin:0;
	height:100%;
	}
.cell object,.cell embed { 
	position:absolute;
	background-color:#FCCD4C;
	}
.cell img.emptybox,.cell img.picbox { 
	opacity:1;
	}
#c1 { 
	left:0;
	top:0;
	}
#c2 { 
	left:33.8%;
	top:0;
	}
#c3 { 
	right:0;
	top:0;
	}
#c4 { 
	left:0;
	top:33.8%;
	}
#c5 { 
	left:33%;
	top:33%;
	width:33.5%;
	height:33.5%;
	}
#c6 { 
	right:0;
	top:33.8%;
	}
#c7 { 
	bottom:0;
	left:0;
	}
#c8 { 
	bottom:0;
	left:33.8%;
	}
#c9 { 
	bottom:0;
	right:0;
	}

