$(function(){
	$('#slider').innerfade({
		animationtype: 'fade',
		speed: 'slow',
		timeout: 5000,
		type: 'random',
		containerheight: '80px'
	});  
	$("img.reflect").reflect({
		height: 0.15,
		opacity: 0.2
	});
});
