﻿$(document).ready(function(){
	$("a#example1").fancybox({
		'width'	: '666',
		'height': '500',
	});
});
