/* sIFR PRINT STYLES */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
  display: none !important;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
}

span.sIFR-alternate {
  visibility: visible !important;
  display: block !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  height: auto !important;
  width: auto !important;
	overflow: visible !important;
}

/* scrolling area styles */
div#exhibition-details-container div#exhibition-description div.description {
  overflow: visible;
  height: auto;
}

#related-events-dcontent {
  overflow: visible;
  height: auto;
}

#related-multimedia-dcontent {
  overflow: visible;
  display: block;
  height: auto;
}

div.with-featured, div.related_panel {
  overflow: visible;
  height: auto;
  float: none;
}