#box2 {
	position: absolute;
	top: 173px;
	left: 614px;
	width: 263px;
	height: 542px;
	background-color: #262c31;
	overflow: hidden;
	z-index: 10;
}

#box2 .inner {
	position: absolute;
	top: -2px;
	left: 1px;
	width: 99%;
	font-family: Arial, Helvetica, Geneva, San-serif;
	font-size: 10px;
	letter-spacing: 0.04em;
	line-height: 17px;
	color: #c2c4c6;
	text-align: justify;
}

.caption {
	top: 174px;
	left: 615px;
	width: 260px;
	height: 540px;
	z-index: 40;
	font-family: Arial, Helvetica, Geneva, San-serif;
	font-size: 10px;
	letter-spacing: 0.04em;
	line-height: 17px;
	color: #c2c4c6;
	text-align: justify;
}

#imagecontainer {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#gridcontainer {
	position: absolute;
	z-index: 1;
}

#grideventlistener {
	/*this sits on top of the grid and handles mouse events */
	position: absolute;
	z-index: 10;
	background-color: #fff;
}
