var isIE = ($.browser.msie);

$(document).ready(function() {
	if (isIE) {
		$("a.group").fancybox({
			'hideOnContentClick': false,
			'frameWidth': 415,
			'frameHeight': 325
		});
	} else {
		$("a.group").fancybox({
			'hideOnContentClick': false,
			'frameWidth': 370,
			'frameHeight': 275
		});
	}
});
