$(document).ready(function(){
	// PNG FIX
	$(document).pngFix();
	//$('.breadcump h2 a').wrapAll('<strong/>');
		//CARROUSEL
		
 	
	$("#slide").jCarouselLite({
		visible: 3,
 		vertical: null,
 		auto: 5000,
		mouseWheel: true,
		speed:3000,
		scroll:3

 	});
	
 
	$('.outros-mapas').mouseover(function(){
		     $(this).css('height','125px');
  	})
	$('.outros-mapas').mouseout(function(){
		     $(this).css('height','25px');
  	}) 

});  
