$().ready(function() {
	$('#gallery a').bigPicture({
		'enableInfo': true,
 		 'infoPosition': 'bottom'	
	});
}); 