jQuery(function( $ ){
	$.localScroll.defaults.axis = 'x';
	$.localScroll({
		target: '#pageContainer', // could be a selector or a jQuery object too.
		queue:true,
		duration:1000,
		hash:true,
	});
});


$(document).ready(function() {
	$("#widePage").css("opacity","0"); 
    $('#introContainer').slideshow({
		width:900,
		height:190,
		index:0, 
		time:5000,
		title:false,
		titleshow:false,
		callback:null,
		panel:false,
		play:true,
		loop:true,
		effect:'fade',
		effecttime:1000,
		filter:true,
		nextclick:true,
		playframe:false,
        linkajax:true
    });	
	$(".splitMeh").multicol({colNum: 2, colMargin: 20});
	$("#widePage").animate({opacity: "1"}, 500);
});


$(function(){  
  $("#footer").positionFooter(true);  
}); 


