#big_photo{
	position:fixed;
	width:90%;
	top:10%;
	padding:5px;
	text-align:center;
	z-index:5;
}
#big_photo_in{
	width:600px;
	margin:0px auto;
	padding:10px;
	border:10px solid white;
	background:#F0F0F0;
}
#big_photo_in img{
	z-index:10;
}
#big_photo_in p{
	margin:5px auto;
	padding:0px;
	text-align:left;
}

#big_photo_in img.p_top{
	float:right;
	margin:3px;
	cursor:pointer;
	border:2px solid white;
}

#big_photo_in span.p_bottom{
	display:block;
	text-align:center;
	margin:0px;
	padding:5px;
	color:white;
	background:gray;
	cursor:pointer;
}

#big_photo_in span.p_bottom img{
	margin:0px 2px;
	border:2px solid white;
	vertical-align:top;
}
