// JavaScript Document
$(document).ready(function(){
						   
	$('#boxCycle .roda').cycle({
		fx:     'scrollHorz',
		prev:   '#boxCycle .cyclePrev',
		next:   '#boxCycle .cycleNext',
		timeout: 15000,
		cleartype:  1,
		speed: 1500
	});
	
});