/* black version of the overlay. simply uses a different background image */
div.apple_overlay.black {
	text-align:center;
	background-image:url(/invictaimages/global/overlay/transparent.png);		
	color:#fff;
}
 
div.apple_overlay h2, div.apple_overlay h3, div.apple_overlay h4 {
	text-align:center;
	margin:10px 0 0 0;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
}
#triggers {
	margin-top:10px;
	text-align:left;
}
/* the overlayed element */
.apple_overlay {
	position:relative;
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/invictaimages/global/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;
	left:0;
	top:0;
	/* a little styling */	
	font-size:11px;
}
.apple_overlay img{
	max-height:427px;
	max-width:640px;
	border:1px solid #FFFFFF;
	}
/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(/invictaimages/global/overlay/close.png);
	position:absolute; right:8px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.apple_overlay .details h2, .apple_overlay .details h3, .apple_overlay .details h4{
	color:#FFFFFF;
	text-transform:uppercase;
}

.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#333;
	width:675px;
	min-height:200px;
	border:1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}
.simple_overlay .close {
	background-image:url(/invictaimages/global/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#overlay {
	background-image:url(/invictaimages/global/overlay/transparent.png);
	color:#efefef;
	height:450px;
}
.contentWrap {
	height:441px;
	overflow-y:auto;
}
#mask {
	background:#FFF;
}
form.expose {
	border:1px outset #ccc;
	background:#fff url(/invictaimages/global/overlay/gradient/h150.png) repeat-x;
	text-align:center;
	-moz-border-radius:4px;
}

