$(document).ready(function(){
	
	
	$("#gallery-1 a").each(function(){
		$(this).attr('rel','lightbox');
	});


});
