﻿var $j = jQuery;

$j(document).ready(function() {

	
	$j("#aThirdGallery").click(function(){
	
		Code.Extensions.Modal.show({	
			maskOpacity: 0.8,	
			modalContentSelector: '#FabricViewer'
		});			
		
	});		

});
