	$(function(){
		$(document).pngFix();
		$('#content .splash-content').cycle();
		$('#header h2').cycle();
		
		/*$('.scroll').jScrollPane({
			showArrows:true,
			scrollbarWidth: 17,
			topCapHeight: 5,
			bottomCapHeight: 5,
			dragMaxHeight: 17
		});*/
	});
