$(document).ready(function(){
	$('.summary_content_off > .li_container + .hover_teaser_off').each(function(){
		$(this).appendTo( $(this).prev().find('div:last') );
	//	$(this).mouseenter(enter_teaser);
	});
});

