#maintable {
  height:540px;
  width: 100%;
}
#middletd {
  height:100%;
  width: 100%;
  text-align: center;
}
#mypanoviewer {
  height:100%;
  width: 100%;
  -webkit-box-shadow: 5px 5px 10px rgb(180,180,180);
  -moz-box-shadow: 5px 5px 10px rgb(180,180,180);
  box-shadow: 5px 5px 10px rgb(180,180,180);
}
#mypanoviewer img{
  height:48px;
  width: 44px;
}
#notice,
#notice A:link,
#notice A:visited,
#notice A:active,
#notice A:hover
{
  font-size: 7pt;
  color: rgb(160,160,160);
  text-align: right;
  padding-top: 5px;
  text-decoration: none;
}
#notice A:hover
{
  text-decoration: underline;
}
img{width:auto;}