    jQuery(document).ready(function(){
        jQuery("#fullscreen").jbgallery({
		labels   : {
				next : "",
				prev : "",
				stop : "",
				play : ""
			},
			menu  : 'simple',
            style : 'zoom',
            slideshow:true,
			caption  : false,
			randomize : false
        });
    });
