
	$(document).ready(function(){
		
		$(function() {
			$('#gallery a').lightBox();
		});
				
	});