$(document).ready(function(){
	//$(".tableContainer td:nth-child(1)").width('119px');
	$(".tableContainer td:nth-child(2)").width('50px');
	$(".tableContainer td:nth-child(3)").width('62px');
	$(".tableContainer td:nth-child(4)").width('62px');
	
	$(".tableContainer td:nth-child(5)").width('25px');
	$(".tableContainer td:nth-child(6)").width('25px');
	$(".tableContainer td:nth-child(7)").width('25px');
	$(".tableContainer td:nth-child(8)").width('25px');
	$(".tableContainer td:nth-child(9)").width('25px');
	$(".tableContainer td:nth-child(10)").width('25px');
	
	$(".hoverContato").hover(function(){
		$(this).attr('src','img/contato2.png');
	}, 
	function(){
		$(this).attr('src','img/contato.png');
	})
	
	$(".hoverContatoPigmento").hover(function(){
		$(this).attr('src','img/contato_pigmento_hover.png');
	}, 
	function(){
		$(this).attr('src','img/contato_pigmento.png');
	})
	
	$(".hoverContatoCorante").hover(function(){
		$(this).attr('src','img/contato_corante_hover.png');
	}, 
	function(){
		$(this).attr('src','img/contato_corante.png');
	})
	
	
	//	$('#breadcrumb ul li:last').empty().text($(".titulo-produtos span").text());
	
});
