#photogallery {
	position:absolute;
	display:none;
	top:175px;
	left:210px;
	z-index:1;
	width:480px;
	height:390px;
	border:1px solid #9F8D85
}
#photogallery .canvas {
	position:relative;
}
#photogallery .background {
	position:absolute;
	z-index:5;
	width:480px;
	height:390px;
	background-color:#F4F3E7;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80)
}
#photogallery .content {
	position:absolute;
	z-index:10;
	top:0px;
	left:15px;
	width:450px;
	height:390px;
}
#photogallery .border {
	width:448px;
	height:298px;
	text-align:center;
	border:1px solid #B98444
}
#photogallery .header {
	height:40px;hei\ght:30px;
	padding-top:10px
}
#photogallery #title {
	float:left;
	width:300px;
	font-size:18px;
	font-weight:bold;
}
#photogallery #close {
	float:right;
	width:140px;wid\th:128px;
	padding-right:14px;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	background:url("../images/bullets/close_n.gif") right no-repeat
}
#photogallery #close:hover {
	background-image:url("../images/bullets/close_o.gif")
}
#photogallery img {
	margin:3px auto;
}
#photogallery #buttonprev,
#photogallery #status,
#photogallery #buttonnext {
	width:205px;
	height:40px;
	float:left;
}
#photogallery #buttonprev,
#photogallery #buttonnext {
	cursor:pointer;cursor:hand
}
#photogallery #buttonprev {
	background:url("../images/bullets/prev.gif") center right no-repeat
}
#photogallery #buttonnext {
	background:url("../images/bullets/next.gif") center left no-repeat
}
#photogallery #status {
	width:40px;
	height:40px;hei\ght:28px;
	padding-top:12px;
	text-align:center;
	color:#57372F;
	font-weight:bold
}