@charset "UTF-8";
.apple_overlay
{	
	display:none;
	background-image:url(white.png);
	padding-top:15px;
	text-align:center;
	position:absolute;
	top:60px;
	left:200px;
}
.apple_overlay.black {
	display:none;
	width:696px;
	height:600px;		
	background-image:url(transparent.png);		
	text-align:center;
}
.apple_overlay.black2 {
	display:none;
	width:640px;		
	height:680px;		
	background-image:url(transparent2.png);		
	text-align:center;
}
.details {
	position:relative;
	color:#faf6d2;
	font-size:15px;
	text-align:center;
}
.apple_overlay .close
{
	background-image:url(close.png);
	position:absolute;
	right:10px; top:5px;
	cursor:pointer;
	height:36px;
	width:36px;
}
.apple_overlay .next
{
	background-image:url(next.png);
	position:absolute;
	left:575px;
	top:300px;
	cursor:pointer;
	height:44px;
	width:44px;
}
.apple_overlay .prev
{
	background-image:url(prev.png);
	position:absolute;
	left:15px;
	top:300px;
	cursor:pointer;
	height:44px;
	width:44px;
}