	/* the overlayed element */
		.overlay {
			
			/* initially overlay is hidden */
			display:none;
			
			/* growing background image - override by red,blue,green or yellow */
			background-image:url(/media/structure/overlay/white_overlay_bg.png);
			
			/* 
				width after the growing animation finishes
				height is automatically calculated
			*/
			width:462px;
					
			padding:46px;
			
			/* a little styling */	
			color: #333;
			
		}


		/* default close button positioned on upper right corner */
		.overlay .close {
			background-image:url(../media/structure/overlay/close.png);
			position:absolute; right:5px; top:5px;
			cursor:pointer;
			height:35px;
			width:35px;
		}
		#overlay-image-container{
			text-align:center;
		}
		/* hover style/effect for the rollover of images?
		a[rel]:hover img{
			border: 1px solid #000;
		}*/
