// JavaScript Document

jQuery.noConflict();
	jQuery(document).ready(function(){
    	jQuery('a.group').fancybox({  
			'transitionIn'	:	'elastic',
			'transitionOut'	:	'elastic',
			'speedIn'		:	600, 
			'speedOut'		:	200,
			'showCloseButton' : true,
			'showNavArrows'	:	true,	
			'overlayShow'	:	true
		});
	});

