$(document).ready(function(){

    /******************************************************************************
    * E-Paper view in lightbox
    ******************************************************************************/

    $(".epaper_fb a").fancybox({
        "type"           : "iframe",
        "width"          : 800,
        "height"         : 600,
        "transitionIn"   : "fade",
        "transitionOut"  : "fade",
        "speedIn"        : 200,
        "speedOut"       : 200,
        "centerOnScroll" : true,
        "autoScale"      : false,
        "overlayOpacity" : 0.6,
        "overlayColor"   : "#ffffff",
        "padding"        : 30,
        "scrolling"      : "no",
        "titleShow"      : "false",
        "href"           : this.href
    });

});
