$(function() { 

	$("a[rel*=external]").attr('target','_blank');
	
	$("ul#lava").lavaLamp({ fx: "backout", speed: 700 });

	$("p#gallery-container a").fancybox({
		overlayColor		:	'#000',
		overlayOpacity		:	0.7
	});

	$("p.video-btn a").fancybox({
		overlayColor		:	'#000',
		overlayOpacity		:	0.7
	});


	$("body#faq h5 a").prepend("&raquo; ");
	
	$("div.questions").accordion({ 
		header: 'h5',
		active: false,
		animated: 'easeslide',
		alwaysOpen: false,
		autoheight: false
	});
	

	// innerfade
	$('ul#ticker').innerfade({
		timeout : 4000
	});





});