div#gallery {
/*     background-image: url("../images/tiles/panel-435-top.gif");
    background-repeat: no-repeat;
    clear: both;
    overflow: hidden;
    width: 400px; */
}

div#gallery ul {
  list-style: none;
  padding: 5px 0 0 0;
}

div#gallery ul li {
  display: inline;
  margin: 0 0 0 0;
}

div#gallery ul li:last-child {
  margin: 0;
}
div#gallery img {
  padding:2px;
}

#preview{
  position:absolute;
  border:1px solid #000;
  background:#333;
  padding:5px;
  display:none;
  color:#fff;
  text-align: center;
  z-index:999999;
}

#print {
  float: right;
  margin: 20px 27px 0 0;
}

#print a {
  background: url('/images/bullets/print-details-top.png?v=1');
  background-repeat: no-repeat;
  background-position: 0 -2px;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
  top: -8px;
}

#print a:hover {
  text-decoration: underline;
}

#youtube_play {
  position: absolute;
  display: block;
  cursor: pointer;
  height: 63px;
  width: 84px;
  top: 0;
  left: 0;
}

#youtube_video {
  display: none;
  width: 640px;
  height: 486px;
  background: #fff;
  background-image: url("/images/ajax-loader-loading-video.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 4px;
}

#youtube_iframe {
  width: 640px;
}

@media print {
  #youtube_wrapper {
    display: none !important;
  }
  #large {
    display: block !important;
  }
  div.enquire, #saved-ads-div, #tabs, #print {
    display: none !important;
  }
}
#finance-iframe {
  width: 775px;
}