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

.apple_overlay {
	display:none;
	z-index:10000;
	background-color:#fff;
	
	width:1024px;
	height:576px;
	padding:10px;

	/*-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	*/
}

.gal_overlay .close,
.apple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute; right:-10px; top:-10px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.gal_overlay{
	display:none;
	z-index:10000;
	background-color:#fff;
	
	width:435px;
	height:520px;
	padding:10px;

	/*-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	*/
}