DIV.illustrations-popup-large {
    Z-INDEX: 8; 
}
DIV.illustrations-popup-large DIV.ill-large {
	DISPLAY: none;
	LEFT: -50px;
	POSITION: absolute;
	TOP: -260px;
	border: 2px solid black;
} 
DIV.illustrations-popup-large DIV.ill-large DIV.myimage {
    Z-INDEX: 2; POSITION: relative; 
}
DIV.illustrations-popup-large DIV.ill-large IMG.close {
    Z-INDEX: 4; RIGHT: 13px; CURSOR: pointer; CURSOR: hand; POSITION: absolute; TOP: 10px
}
DIV.illustrations-popup-large DIV.ill-large DIV.caption {
	FONT-SIZE: 14px;
	Z-INDEX: 3;
	MIN-HEIGHT: 46px;
	POSITION: relative;
	HEIGHT: 46px;
	BACKGROUND-COLOR: #130C40;
	font-weight: bold;
	color: #EEE;
}
DIV.illustrations-popup-large DIV.ill-large DIV.caption DIV {
    PADDING-RIGHT: 1em; PADDING-LEFT: 1em; PADDING-BOTTOM: 0.5em; PADDING-TOP: 1.0em; text-align: center;
}

