// remap jQuery to $
(function($){
	
	$('#gallery a').fancybox();
		
})(window.jQuery);


/* trigger when page is ready */
$(document).ready(function (){

	// your functions go here

});


/* optional triggers

$(window).load(function() {
	
});

$(window).resize(function() {
	
});

*/
