$(document).ready(function() {
    
    /** 
     * PNG-fix for Internet Explorer
     * Based on jquery plugin
     */
     $(document).pngFix(); 
     
    /**
     * Image lightbox
     */
    $('a[rel=lightbox]').lightBox({fixedNavigation:true});
     
});
