$(function() {
	$('#workImg a').lightBox();
	$('a.lightbox').lightBox();

	$('#refs').innerfade({
	animationtype: 'fade',
	speed: 'slow',
	timeout: 3000,
	type: 'sequence',
	containerheight: '100px'
	});
});