jQuery(document).ready(function(){
	
	//jQuery('#imageGallery .imageWrapper a').lightBox({fixedNavigation:true});
	jQuery('#page li a').lightBox({fixedNavigation:true});

	
});