
$(document).ready(function() {   
$("a.group").fancybox({
	 'hideOnContentClick': false ,
	 'frameWidth': 600, 
	 'frameHeight': 500 }); 
}); 
