/*!
 * jQuery Page Peel plugin v1.1
 * 
 * Copyright 2011 - Gnt Studio
 * info@gntstudio.eu
 * http://www.gntstudio.eu
 */
(function(a){a.fn.pagePeel=function(b){var c={imageContainer:".advertising",image:"pagePeel/images/spaziomondo_" + lingua_pagepeel + ".png",width:307,height:300};var b=a.extend(c,b);a(this).find(b.imageContainer).css({width:"107px",height:"104px",position:"absolute","z-index":"50",right:"0",top:"0","text-indent":"-9999px",background:"url( "+b.image+") no-repeat right top"});a(this).hover(function(){a(this).find("img, "+b.imageContainer).stop().animate({width:b.width+"px",height:b.height+"px"},500)},function(){a(this).find("img").stop().animate({width:"107px",height:"104px"},200);a(b.imageContainer).stop().animate({width:"107px",height:"104px"},200)})}})(jQuery);

