.slideshow {z-index:0; }
.slideshow img { }
.slideshow div.textItems {font-family: arial,helvetica, sans serif; font-size: 11px; color: #666;}
.slideshow div.textDesc {display:block; font-family: arial,helvetica, sans serif; font-size: 11px; color: #999; padding:5px 0 7px 0;}

div.movieBtn {display:block; width: 145px; height:28px; margin-bottom:8px; background: url('/exhibitions/images/eg_off.gif') no-repeat;}
div.movieBtn:hover {background: url('/exhibitions/images/eg_on.gif') no-repeat;}


/* the overlayed element */
.apple_overlay {
width: 706px; height: 366px; 
border: 2px solid rgb(186, 186, 186); 
padding: 4px; background: none repeat scroll 0% 0% rgb(255, 255, 255); 
-moz-border-radius: 10px 10px 10px 10px;


	display:none;
	
	/* growing background image */
	background:#ffffff;
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/	
	
	/* some padding to layout nested elements nicely  */
	padding:20px;

	/* a little styling */	
	font-size:11px;
	z-index:100;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background:url(/images/closed.png) no-repeat;
	position:absolute; right:-16px; top:-16px;
	cursor:pointer;
	height:35px;
	width:35px;
}
