.imagetext {  
	font-size: 12px; 
	font-style: normal; 
	line-height: 10px; 
	color: #333333;
}
.imagetext a {
	color: #336699;
	text-decoration: none;
}
.imagetext a:link {
	color: #336699;
	text-decoration: none;
}
.imagetext a:visited {
	color: #336699;
	text-decoration: none;
}
.imagetext a:hover {
	color: #000000;
	text-decoration: underline;
}
.imagetext a:active {
	color: #000000;
	text-decoration: underline;
}
img.intercept{
	position:absolute;
	height:100%;
	width:100%;
}
#z_out {
	background: white;
	cursor: move;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
#z_in {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 6;
}
#z_x {
	background: transparent url('/images/aw10/site/close.png') no-repeat left;
	display: block;
	font-size: 12px;
	text-indent:-90000px;
	line-height: 16px;
	width:133px;
	height:68px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	cursor: hand;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 7;
}
#z_load {
	margin: 1em;
}
#z_loaded {
	margin: 1em;
	left: 5px;
	top: 5px;
	z-index: 7;
	position: absolute;
}