$(function() {
	$("div#panel-ministries").smoothDivScroll({scrollingSpeed: 19, mouseDownSpeedBooster: 3, autoScrollSpeed: 2, visibleHotSpots: "always", hotSpotsVisibleTime: 9});		
});


$('#banner').cycle({ 
    fx:    'fade', 
    speed:  1000, 
	random: 1,
 });

$('#panel-home').cycle({ 
    fx:    'fade', 
    speed:  1500, 
 });

$(function()
{
	$('.scroll-pane').jScrollPane({showArrows:false, scrollbarWidth: 10});
	
});


jQuery.easing.easeOutQuart = function (x, t, b, c, d) {
	return -c * ((t=t/d-1)*t*t*t - 1) + b;
};



jQuery(function( $ ){

	$('div#right').serialScroll({
		target:'div#sections',
		items:'li',
		axis:'xy',
		navigation:'#navigation li a',
		interval:6500,
		duration:700,
		cycle:true,
		force:true,
		
		
		onBefore:function( e, elem, $pane, $items, pos ){
			e.preventDefault();
			if( this.blur )
				this.blur();
		},
		onAfter:function( elem ){
		}
	});

});

