$(document).ready( function(){
	$('.banner_slogan').hide();
	$('.banner_slogan').fadeIn(4000);
	
	$('#column-container').jScrollPane({
		scrollbarWidth : 15,
		showArrows     : true,
		arrowSize      : 19
	});
	
} );

