@charset "utf-8";

#pb_overlay {
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index:2000;
}

#pb_modal {
	position:absolute;
	background:#333333;
	border-radius:8px;
	padding:3px;
	z-index:2001;
}

#pb_content {
	border-radius:5px;
	background:#fff;
	padding:3px;
	overflow:auto;
	z-index:2002;
}

#pb_close {
	position:absolute;
	background:url(/p/photobox/pb_close.png) 0 0 no-repeat;
	width:24px;
	height:27px;
	display:block;
	text-indent:-9999px;
	top:-7px;
	right:-7px;
	z-index:2003;
}

#pb_div_next {
	position:absolute;
	z-index:2004;
	display:none;
}

#pb_div_prev {
	position:absolute;
	z-index:2004;
	display:none;
}

#pb_prev {
	position:absolute;
	background:url(/p/photobox/pb_prev.png) 0 0 no-repeat;
	z-index:2005;
	display:none;
	width:24px;
	height:27px;
}

#pb_next {
	position:absolute;
	background:url(/p/photobox/pb_next.png) 0 0 no-repeat;
	z-index:2005;
	display:none;
	width:24px;
	height:27px;
}

.pb_bottom_table {
	height:30px;
	width:100%;
}

.pb_bottom_td {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #000;
	background-color:#fff;
	border-top:#FFFFFF 3px solid;
	overflow:auto;
}