/* the overlayed element */
.simple_overlay {
	/* initially overlay is hidden */
	display:none;
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:480px;
	/* some padding to layout nested elements nicely  */
	padding:10px;
	/* a little styling */	
	font-size:14px;
	background-color: #FFF;
	-webkit-box-shadow: #333 0px 5px 10px;
	-moz-box-shadow: #333 0px 5px 10px;
	box-shadow: #333 0px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/PIE/PIE.htc);
}
/* default close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#thumbs {
	padding-left: 0px;
}
#thumbs img {
	margin: 5px;
	padding: 2px;
	border: 1px solid #CCC;
}

.simple_overlay h1 {
	font-size: 20px;
	padding-top: 10px;
}img.zoom  {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gallery {
	text-align: center;
}
