// JavaScript Document

$('body')
 .ready(
    function() {
		$('a.showFullImg').fancybox();
	}
	);
