jQuery(document).ready(function($) {
    $('.slide').innerfade({ 
		speed: 'slow', 
		timeout: 3000, 
		type: 'random_start', 
		containerheight: '280px'
	});
});

jQuery(document).ready(function($) {
	Galleria.loadTheme('/public_html/wp-content/themes/partyexpress/js/classic/galleria.classic.min.js');
	$(".buspicslider").galleria({
		width: 600,
		height: 350
	});
});
