$(document).ready(function() {
	
	$("#btnSistema").click(function(){
		window.location = "sistema/4";
	});
	
	$('#depo').cycle({
		    fx:    'fade',
		    timeout: 10000,
		    delay: -1000
	});
});
