
	jQuery(document).ready(function(){

		// HIDE PAGE CONTENT THEN FADE IN
		jQuery('#full_content').jScrollPane( { topCapHeight: 20, bottomCapHeight: 5, showArrows:false, scrollbarWidth:5, scrollbarMargin:10, wheelSpeed:30,animateTo:true, animateInterval:100 } );
		jQuery('#full_content_container').hide();
		var timerHolder = setTimeout(function() { jQuery('#full_content_container').fadeIn(300); }, 500);

	});




