$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({
		overlay_gallery: false,
		animation_speed: 'normal'
	});
	
	$('ul.slideshow').bxSlider({
		mode: 'fade',
		auto: true,
		pager: false
	});
	
	$('#header_fade').innerfade({
		speed: 'slow',
		timeout: 2500,
		type: 'random',
		containerheight: '81px'
	});
});
