$(function(){
		
	$("html").removeClass("no-js");
    $("html").addClass("wf-active");
	$("#homeImages li:last-child").css({margin:"0px"});
	$("#Ticker li:last-child").css({background:"none"});
	$("#Ticker ul").liScroll();
	
	$("#gallery a").fancybox({
		'titleShow'		: false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'overlayOpacity': 0.8,
		'overlayColor'	: '#000',
		'padding'		: 0
	});
	
});
