Event.onDOMReady( function(){ 


	
	$A(document.getElementsByClassName('tigotura')).each(function(img){ 
		Event.observe(img, 'mouseover', function(){ this.width = 158; this.style.marginLeft = '-9px'; this.style.marginRight = '-9px'; this.style.marginTop = '0px';});
		Event.observe(img, 'mouseout', function(){ this.width = 140; this.style.marginLeft = '0px'; this.style.marginRight = '0px'; this.style.marginTop = '6px';});

	});


	$A(document.getElementsByClassName('pasum')).each(function(img){ 
		Event.observe(img, 'mouseover', function(){ this.width = 112; this.style.marginLeft = '-6px'; this.style.marginRight = '-6px';  this.style.marginTop = '0px';});
		Event.observe(img, 'mouseout', function(){ this.width = 100; this.style.marginLeft = '0px'; this.style.marginRight = '0px'; this.style.marginTop = '6px';});

	});


});
