$(function()
	{
	initialiseScrollPane = function(){
		$('#content-area .content').jScrollPane({
			showArrows:true,
			arrowSize: 9,
			scrollbarOnLeft:true,
			scrollbarWidth: 9,
			scrollbarMargin: 10,
			reinitialiseOnImageLoad: true
		});
	}
	initialiseScrollPane();

	$('#primary li:not(.active, .active-trail), #secondary li:not(.active, .active-trail), #sidebar-right li:not(.active-trail)').jFade({
		trigger: "mouseover",
		property: 'borderColor',
		start: 'ffffff',
		end: 'd4e4f3',
		steps: 20,
		duration: 30
		}).jFade({
		trigger: "mouseout",
		property: 'borderColor',
		start: 'd4e4f3',
		end: 'ffffff',
		steps: 20,
		duration: 30
	});

	$('.slideshow').cycle({
		fx: 'fade'
	});
});

$.swapImage(".swapImage");
