jQuery(function($){				
		$('.bar3').mosaic({
			animation	:	'slide',	//fade or slide
			anchor_y	:	'top'		//Vertical anchor position
		});	
		$('#gallery a').lightBox();	
});
$(document).ready(function() {	
		$("a.targetBlank").attr("target","_blank");
		$("a.targetSelf").attr("target","_self");	    
});
