// JavaScript Document
var hoverEl={
	init:function(els){
	var els=(els||$$('div .div_element'))
	els.each(function(el){
	var morph = new Fx.Tween(el,{duration:'short'});
	
	el.addEvent('mouseenter', function(e) {
		e.stop();
		// You need the same selector defined in the CSS-File
		el.highlight('#d2e7a6');
	});
	
					 			  }
			 
			 
			 )
		
	}
	
}
