$(document).ready(function() {
//Normal Page
	$('#hideText').click(function() {

	    $('#content').slideToggle('fast');
	
	}).toggle(function() {
	    	$('#showHide').attr('src','/wp-content/themes/sample/images/showText.gif');
	}, function() {
	    	$('#showHide').attr('src','/wp-content/themes/sample/images/hideText.gif');
	});
	
	$("#galleria").galleria({
		autoplay: 4000,
		transition: 'fade',
		transitionSpeed: 1500,
		thumbnails: false,
		showCounter: false,
		showInfo: false
	});
	
	$("#pageGallery").galleria({
	    width: 350,
	    height: 300,
	    autoplay: 3000
	});
	
	$("#mainGallery").galleria({
	    width: 380,
	    height: 550
	});

	$('.entry-content').jScrollPane({showArrows:true, scrollbarWidth: 10});
	$('.entry-content-meetings').jScrollPane({showArrows:true, scrollbarWidth: 10});
	$('.entry-content-contact').jScrollPane({showArrows:true, scrollbarWidth: 10});
	
	var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");

});
