#overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 9999;
    display: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

#layer {
    display: none;
    position: absolute;
	text-align:center;
    z-index: 10000;

	width:910px;
	height:600px;
}

#layer table{
	margin:0 auto 10px auto;
}

#layer td{
	padding:0 5px;
	vertical-align:middle;
}

#phototext{
	width:600px;
	font-size:x-small;
	color:#CCCCCC;
	text-align:left;
	float:left;
}

#photofooter{ 
	margin:0 auto;
	width:800px;
}
#photoclose{
	width:100px;
	text-align:right;
	float:right;
}
