@charset "UTF-8";
/* CSS Document */

/* the overlayed element */
.apple_overlay {
	/* initially overlay is hidden */
	display:none;
	/* growing background image */
	background-image:url(http://www.nickringleisure.co.uk/img/overlay/white.png);
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:550px;
	/* a little styling */	
	font-size:11px;
	padding-top: 27px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(http://www.nickringleisure.co.uk/img/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#photo1 {
	color: #000;
}
.apple_overlay a:link {
	color: #06F;
	text-decoration: none;
}
.apple_overlay a:visited {
	color: #06F;
	text-decoration: none;
}
.apple_overlay a:hover {
	color: #999;
	text-decoration: underline;
}
div.apple_overlay h1 {
	font-weight:bold;
	font-size:12px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	color: #FFF;
	padding: 0px;
}
#photo1 .details strong {
	color: #EA8721;
}

