/*gallery style sheet*/
#photowindow
    {
	width:550px;
	height: 400px;
	border:2px;
	margin-left:80px;
	border-color:#ffffff;
    }
    
#photo_in_window
{
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;	
	margin-right:auto;
	
}

.gall_title
	{
	font-size: 14pt;
	text-align:center;
	font-family: cursive;
	color: #228b22;
	}
	
#phototext
	{
	text-align:center;
	position:absolute;
	top:15px;
	left:80px;
	}

#navbkbtn
	{
	right:80px;
	top:10px;
	}
#navfwbtn
	{
	position:absolute;	
	left:600px;
	top:0px;
	}
#photonav
	{
	position:absolute;
	width:550px;
	}
