jQuery(function ($) {

// ABOUT - HOW IT WORKS

	$('.viewlarger').click(function (e) {
		e.preventDefault();
		$('#howlg').modal({
			maxHeight:550,
			maxWidth:720,
			overlay:80,
			overlayClose:true
		});
		$slideshow.init();
	});

	
	
});
