#housing {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background-image: url('bord.png');
	width: 438px;
	height: 368px;
	position: relative;
	overflow: hidden;
	border-radius: 25px;

}

#HpictureFrame {
	position: absolute;
	left: 21px;
	top: 30px;
	width: 396px;
	height: 308px;
	max-width: 396px;
	max-height: 308px;
}

#Htitle {
	background-color: white;
	font-size: 14px;
	position: absolute;
	left: 132px;
	top: 5px;
	width: 174px;
	height: 19px;
	text-align: center;
}

#buttonLeft {
	position: absolute;
	left: 5px;
	top: 165px;	
}

#buttonRight {
	position: absolute;
	left: 422px;
	top: 165px;	
}