jQuery(document).ready(LightboxInit);

window.Lightbox;
function LightboxInit(){
    window.Lightbox = new jQuery().visualLightbox({
        borderSize:39,
        classNames:'vlightbox,vlightbox1',
        descSliding:false,
        enableRightClick:false,
        enableSlideshow:false,
        resizeSpeed:20,
        slideTime:4,
        closeLocation: 'top',
        startZoom:false,
        floating:false
        })
}

