// JavaScript Document

	
	jQuery(window).jbgcss("../jbgallery.css");
    jQuery(document).ready(function(){
		jQuery(".jbgallery").jbgallery({slideshow : true, menu : true});
	});
	
