$(function(){

	setTimeout( function() { // brief delay for Safari
		// this initialises the demo scrollpanes on the page.
		$('#content_text_sub').jScrollPane({showArrows:true, scrollbarWidth:22, scrollbarMargin:20, arrowSize: 14, dragMaxHeight: 20, dragMinHeight: 20});
		$('#content_text_sub2').jScrollPane({showArrows:true, scrollbarWidth:22, scrollbarMargin:20, arrowSize: 14, dragMaxHeight: 20, dragMinHeight: 20});
		$('#content_text_sub3').jScrollPane({showArrows:true, scrollbarWidth:22, scrollbarMargin:20, arrowSize: 14, dragMaxHeight: 20, dragMinHeight: 20});
		$('#content_text_sub4').jScrollPane({showArrows:true, scrollbarWidth:22, scrollbarMargin:20, arrowSize: 14, dragMaxHeight: 20, dragMinHeight: 20});
		$('#content_text_sub5').jScrollPane({showArrows:true, scrollbarWidth:22, scrollbarMargin:0, arrowSize: 14, dragMaxHeight: 20, dragMinHeight: 20});
		$('#content_text_sub6').jScrollPane({showArrows:true, scrollbarWidth:22, scrollbarMargin:0, arrowSize: 14, dragMaxHeight: 20, dragMinHeight: 20});
		$('#content_text_sub7').jScrollPane({showArrows:true, scrollbarWidth:22, scrollbarMargin:0, arrowSize: 14, dragMaxHeight: 20, dragMinHeight: 20});
		
		// this initialises the demo scrollpanes on the page.

		$('#cycle1').cycle('fade');
		$('#cycle2').cycle('fade');
		$('#cycle3').cycle('fade');
		
		$('.cycle_fg').cycle('fade');
		

	}, 1);
	
});