  body {
    margin: 0;
    padding: 0;
  }
  #virtualTour {
    width: 585px;
    height: 100%;
  }
  #photos, #description {
    margin: 0px 5px;
    clear: both;
    float: left;
    width: 100%;
  }
  #galleryNav {
    margin: 5px auto;
    width: 200px;
    text-align: center;
  }
  #placeholderText {
    font-weight: bold;
    margin: 5px auto;
    width: 200px;
    text-align: center;
  }
  #header {
    background-color: #CD5E17;
    color:#ffffff;
    font-weight:bold;
    font-size:11px;
    padding:5px 10px 20px 5px;
    margin: 0;
  }
  #title {
    float:left;
  }
  #clsx {
    float:right;
    display:inline;
  }
  a.close  {display:block; float:left;background-color:#ffffff; color:#094778;
        font-family:verdana;
        border: 0 0px 1px 0;
        border-color:solid #033163 #033163 #648AB1 #648AB1 ;
        font-weight:normal;
        text-decoration:none;
        padding: 1px 0px 2px 0px;
        font-size:16px;
        line-height:10px;
        letter-spacing:-.5px
        }
  a.close:hover {border-color:#000000 #000000 #094778 #094778 ;color:#618CAF;}
  #virtualTour iframe {
    width: 585px;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
  }
  a.arrow {
    font-size:16px;font-weight:bold;font-family:verdana;line-height:12px;padding:0px 2px 2px 2px;
    margin:0; background-color:#648AB1; border:1px solid; color: #fff; text-decoration: none;
    border-color: #648AB1 #648AB1 #033163 #033163; width: 16px;
  }
  a.arrow:hover {
    background-color:#094778;
  }
  #tabs {
    clear:both;
    padding: 12px 0 7px 0;
  }
  #tabs a {
    text-decoration: none; color: #000;
    padding-top:3px;padding-bottom:3px;vertical-align:middle;padding-left:20px;padding-right: 20px; background-repeat:no-repeat;display:block; background-position:right ;float:left;
    font-size:11px;font-weight:bold;font-family:arial;
  }
  #tabs a.tabOn {
    background-image:url(imgs/tab_1.gif);
    background-color:#EEECE7;
    color: #000;
  }
  #tabs a.tabOff {
    background-image:url(imgs/tab_0.gif);
    background-color:#B6AD9F;
    color: #fff;
  }
  #tabs a:hover {
    color: #000; 
  }
  .tabBody {
    background-color:#EEECE7;
    padding-bottom: 20px;
  }
  
  