jQuery(document).ready( function($) {				 
	//init lightbox
	$(".lightbox").lightbox({
		fitToScreen: true,
		navbarOnTop: true
	});
});