$(document).ready(function(){$(function(){$(".swap").hover(function(){$(this).attr("src",$(this).attr("src").replace(/_off.png/,"_on.png"));},function(){$(this).attr("src",$(this).attr("src").replace(/_on.png/,"_off.png"));});});$('#slideShow').cycle();
	
	
	$(".imgGroup a").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'titleShow'		:	false,
		'overlayOpacity'		:	'0.5',
		'overlayColor'		:	'#000'
		
		
		
	});
	
});
