
$(function(){
	$('#imagens_topo').html('<img src="images/topos/0' + Math.round(2*Math.random()+1) + '.jpg" alt="" width="965" height="109" />');
	$("#banner_home > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);

	
	$(".picture").lightBox();
    
});

