html,body{margin:0;padding:0}

/*body 
{ 
	background: rgb(0, 0, 0);
	color: rgb(83, 83, 83); 
	cursor: default;
	font-family: "Lucida Grande",Tahoma,sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 68.75%; 
	text-align:center;
} */

.panoramaWrapper{
width: 659px;
padding: 0px 0px 0px 0px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}

.panoramaDiv{
border: solid 4px #D7D7D7;
width:489px;
height:300px;
padding:0px;
margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

.panoramaLinks{
padding: 8px;
margin-left: auto;
margin-right: auto;
}

.panoramaLinks a{
color: rgb(83, 83, 83);
text-decoration:none;
}

.panoramaLinks a:hover{
color: #B6B6B6; 
text-decoration: underline;
}

.panoramaLinks img{
border: solid 4px #ffffff;
margin:4px;
cursor: pointer;
}

.panoramaLinks a:hover img{
border: solid 4px #FF8000;
margin:4px;
cursor: pointer;
}

.panoramaLinksCurrent a{
color: rgb(83, 83, 83);
text-decoration:none;
font-weight:bold;
}


#panoramaName{
width:489px;
color: #ffffff;
font-weight:bold;
padding:4px;
text-align:left;
margin-left: auto;
margin-right: auto;
}