$(document).ready(function(){

	$('#slideshow').cycle({
		timeout: 6000,
		random: true,
		containerResize: 0
	});
	
	$('#listaOfertas').cycle({
		timeout: 12000,
		containerResize: 0,
		cleartypeNoBg: true,
		next:   '#next', 
	    prev:   '#prev'
	});

});
