﻿$(document).ready(function() {
	/*
	*   Examples - images
	*/

$("a#ctl00_example1").fancybox({
		'titleShow': false
	});

});
