//$('.arquiteto').hide();
$(document).ready(function() {		
	/*if (window.addEventListener)
        window.addEventListener('DOMMouseScroll', wheel, false);
	window.onmousewheel = document.onmousewheel = wheel;
	*/
	

	calculateWith();	
	//$('.arquiteto').hide();
	$('#slider').tinycarousel({axis: 'Y', display:13});
	
	//$(".galeria a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});	
	
});

$(window).load(
    function() {
		//$('.arquiteto').fadeIn('fast');
        calculateWith();
    }
);


function calculateWith()
{
	var total_width = 0;
	$("#main").children(".scroll_content").each(function() {
		if (!$(this).hasClass("fixed"))
		{			
			total_width += $(this).outerWidth(true);				
		}		
	});
	$("#main").css('width',total_width+1);	
	
	if ($("#patrocinios").lenght != 0)
	{
		$("#patrocinios").css('width',total_width-19);	
	}
}
