//Cufon.replace('.temporada',{fontFamily:'Stag Thin',lineHeight:'.05em'});

jQuery(document).ready(function() {
	jQuery("#slideshow").css("overflow", "hidden");
	jQuery("ul#slides").cycle({
		fx: 'fade',
		timeout: 0,
		speed:0,
		prev: '#prev',
		next: '#next',
	});
});
