$(document).ready(function(){
		
	// Start Fancybox
	$("div.gallery a").fancybox();
		
});