#gallery
{
	width: 576px;
	height: 585px;
	border: solid black 1px;
	padding: 5px;
	background-image: url(../../background.gif);
	background-repeat: no-repeat;
}

#topMenu
{
	height: 25px;
	margin-bottom: 5px;
}

	#prevHouse
	{
	margin: 0;
	float: left;
	}
	
	#prevHouseButton
	{
	width: 100px;
	text-indent: -99999px;
	height: 25px;
	overflow: hidden;
	display: block;
	background: transparent url("../../prevButton.png") 0 0 no-repeat;
	}
	
	#prevHouseButton:hover
	{
		background-position: 0 -25px;
	}
	
	#nextHouse
	{
	margin: 0;
	float: right;
	}
	
	#nextHouseButton
	{
	width: 100px;
	text-indent: -99999px;
	height: 25px;
	overflow: hidden;
	display: block;
	background: transparent url("../../nextButton.png") 0 0 no-repeat;
	}
	
	#nextHouseButton:hover
	{
		background-position: 0 -25px;
	}

#picMenu
{
	margin-bottom: 5px;
}

#picMenu ul
{
	padding: 0;
	text-align: center;
	margin: 0px;
	
}

#picMenu ul li 
{
	display: inline;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 4px;
	padding: 0;
}

#sideMenu
{
	height: 25px;
	padding-top: 2px;
	margin-bottom: 5px;
	background-image: url(../../topBack.png);
	background-repeat: no-repeat;
}

	#sideMenu ul
	{
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
	#sideMenu ul li
	{
	margin: 0;
	padding: 0;
	display: inline;
	}
	
	#sideMenu ul li a
	{
	margin-right: 13px;
	text-decoration: none;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	}

#photoBox
{
	height: 431px;
	border: solid black 1px;
	width: 574px;
}

