// JavaScript Document
jQuery(function($){
				
			$('.bar2').mosaic({
					animation	:	'slide'		//fade or slide
			});
								
			$('.cover2').mosaic({
					animation	:	'slide',	//fade or slide
					anchor_y	:	'top',		//Vertical anchor position
					hover_y		:	'60px'		//Vertical position on hover
			});
		    
});
