$(document).ready(function() {
	$('.fade').innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'random',
		containerheight: '79px'
	});
	
	$('#slider').s3Slider({
		timeOut: 4000
	});
	
//	$(".thumbnails").fadeTo("slow", 1.0);
//	$(".thumbnails").hover(function(){
//	$(this).fadeTo("slow", 0.5);
//	},function(){
//	$(this).fadeTo("slow", 1.0);
//	});

	$('#random').cycle({
		fx: 'scrollUp',
		timeout: 5000,
		pause: 1,
		random: 1
	});
});