﻿.photo
{
border:solid 1px #000;
background-color:#fff;
padding:1px;
margin:1px;
cursor:pointer;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
.t1
{
position:relative;
}
.popup
{
float:left;
width:150px;
}
.tit
{
	font-weight:bold;
	font-size:12px;
	display:block;
	padding-bottom:6px;
	border-bottom:solid 1px #A4A4A4;
}
.l1
{
	float:left;
	width:30px;
}
.ll
{
	float:left;
	width:50px;
}
.tt1
{
	display:block;
	text-align:center;
	line-height:17px;
	font-weight:bold;
	font-size:10px;
}
.apple_overlay {
	display:none;
	background-image:url(/images/white.png);
	padding:35px;
	font-size:12px;
	line-height:22px;
	color:#000;
	width:400px;
	height:250px;
}
.apple_overlay .close {
	background-image:url(/images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
