// Pane initialization
$(function() {
	$('.paneContent').jScrollPane({animateInterval:50, scrollbarWidth:12});
});

$(document).ready(
	function(){
	$('#bannerLeft ul').innerfade({
		speed: 750, timeout: 3000, type: 'sequence', containerheight: '124px'
	});
	$('#bannerCenter ul').innerfade({
		speed: 1250, timeout: 5000, type: 'sequence', containerheight: '124px'
	});
	$('#bannerRight ul').innerfade({
		speed: 950, timeout: 4000, type: 'sequence', containerheight: '124px'
	});
});