$(document).ready(function(){

IDfr.magnifier('.cabox li', function(){

	var text = $('.causer .hide').html();
	$('.causer').append('<p>'+text+'</p>');

}, 'causer');

});

