$(function() { 
  $(".colorbox").colorbox({ width:"520", height:"420" });
  $(".iframe-partner").colorbox({ width:"520", height:"420", iframe:true });    
  $(".iframe-packages").colorbox({ width:"480", height:"460", iframe:true });  
  $(".fyh-voucher-pop").colorbox({ width:"360", inline:true, href:"#fyh-voucher-content" });  
	$(".pop-flight-search").colorbox({width:"400", height:"360", iframe:true, title:"Firefly Flight Search"});
  $('.tabs').tabs({ fx: { opacity: 'toggle' } });
  $('#main-ad').innerfade({ speed: 'slow', timeout: 10000, type: 'sequence', containerheight: '250' });
	$('#skyscraper').innerfade({ speed: 'slow', timeout: 10000, type: 'sequence', containerheight: '600' }); 
	$('#halfskyscraper').innerfade({ speed: 'slow', timeout: 10000, type: 'sequence', containerheight: '320' }); 
	$('#side-buttons').innerfade({ speed: 'slow', timeout: 10000, type: 'sequence', containerheight: '100' }); 
  $(".message-notice").corner("round 8px").parent().css('padding', '2px').corner("round 10px")
  $(".page-package-listing .list-grid").corner("round 5px").parent().css('padding', '1px').corner("round 6px")
  $(".promobox").corner("5px");
  $(".promobox dl").corner("5px");
  $(".pop-schedule-mh").colorbox({ width:"400", inline:true, href:"#flight-schedule-mh"});
  $(".pop-cto-bki-kch").colorbox({ width:"400", inline:true, href:"#content-cto-bki-kch"});
  $(".umrah-packages-pop").colorbox({ width:"400", inline:true, href:"#umrah-packages-content", title:"Firefly Holiday Umrah Packages"});
  $().pngFix(); 
}); 

