$(function() {
	$('a.lightbox').lightBox();
	$('#testimonials').innerfade({
		timeout:2000,
		containerheight: '10em'
	});
});