
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
		
	/* a little styling */	
	font-size:11px;
	
	background-color:#FFFFFF;
	
	padding:5px;
	
	border: 1px solid #000000;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(../images/overlay/apple-close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:28px;
	width:28px;
}

#scst1 img, #scst2 img, #scst3 img, #scst4 img, #scst5 img, #scst6 img, #scst7 img, #scst8 img, #scst9 img, #scst10 img, #scst11 img, #scst12 img, #scst13 img, #scst14 img, #scst20 img {
	width: 600px;
	height: 650px;
}