$(document).ready(function(){
	//Slideshow
	$('#big_banner').cycle({
		fx: 'fade', timeout:6000
	});
});
