$(document).ready(function(){
	$('#images').innerfade({
		animationtype: 'fade', //You can change it to "fade" to create a fade animation in your slideshow
		speed: 750,
		timeout: 4000,
		type: 'sequence',
		containerheight: '75px'
	});
	$('a[rel*=facebox]').facebox()
});

