jQuery(document).ready(function() {
  if (jQuery.browser.msie && (ie55 || ie6)) {
    jQuery(document).pngFix()
  }
  
  jQuery("#testimonials").click(function(){
    jQuery(this).css("overflow", "visible")
  });
  
  jQuery("#interested").click(function(){
    jQuery(this).css("overflow", "visible")
  });
});