<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pano 
{
	float: left; 
	color: white;
	background:  url(../img/ajax-loader.gif) no-repeat center;
	width: 640px;
	padding: 0px;

	margin: 0px; 
}

.pano_picture
{
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../img/panorama.jpeg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 250px;
	width: 640px;
	margin-bottom: 0px;
}

.scrolling_left
{
	float: left;  
	height: 250px;
	width: 100px;
	margin-bottom: 0px;
}

.scrolling_right
{
	float: right;  
	height: 250px;
	width: 100px;
	margin-bottom: 0px;
}

.nav_bar
{
	text-align:center;
	width:640px;
	margin-top:0px;
}</pre></body></html>