$(document).ready(function() { 
	$('#imageslide').innerfade({ 
		animationtype: 'fade',
		speed: 750, 
		timeout: 2000,
		type: 'sequence', 
		containerheight: '250px'
	});
	
	$(".lightbox").lightbox(); 
	
});