/* the overlayed element */
.overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* background-image:url(../eximg/whiteBig2.png);
	place overlay on top of other elements */
	z-index:10000;
	
	/* growing background image */
	/*background-image:url(../img/petrol2.png);*/

	width:960px;		
	height:540px;
	/* some padding to layout nested elements nicely  */
	padding:0px;

	/* a little styling */	
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* default close button positioned on upper right corner */
.overlay div.close {
	background-image:url(../img/closeT.png);
	position:absolute; 
	right:5px; 
	top:5px;
	cursor:pointer;
	height:20px;
	width:20px;
}
.items {
	max-width: 960;
	min-height: 540;
}
img {

	cursor:pointer;	
}
		
.overlayContent {
	float:left;
	
	
}
