$(function() {
	
	
	$('.collapse').collapser({
		target: 'next',
		targetOnly: 'div',
		changeText: 0,
		expandClass: 'collapsible',
		collapseClass: 'collapsed'
	});
	
	
	$(".fancy > a").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
	});
});

 
