body
{
	background-color: #2D2D2D;
	font-family: sans-serif;
	color: #FFFFFF;
	text-align: center;
}

div.center-container
{
	float: left;
	position: relative;
	left: 50%;
}

div.center-border
{
	float: left;
	position: relative;
	left: -50%;
	border: 10px solid #000000;
}

div.overflow-catch
{
	position: relative;
	overflow: hidden;
}
div.pano_h
{
	margin-left: auto;
	margin-right: auto;
	display: inline-block;;
	clear: both;
	min-width: 600px;
	margin: .5em;
	padding: .5em;
}

div.pano_h img
{
	border: 10px solid #000000;
}

div.pano_h p
{
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}
