$(document).ready(
	function(){
		$('#images').innerfade({
		animationtype: 'fade', //You can change it to ‘fade’ to create a fade animation in your slideshow
		speed: 750,
		timeout: 2000,
		type: 'sequence',
		containerheight: '150px'
		});
	
	$('#refs_show a').lightBox();
	}); 
