slider.js'deki 208. satırda

panels.animate({ width: base.curWidth, fontSize: '1em'}, (time === 0) ? time : base.options.speed, function(){
bu kısıma

panels.animate({ width: base.curWidth, fontSize: '1em', marginTop: '-50px'}, (time === 0) ? time : base.options.speed, function(){
gibi margin-top verebilirsin hocam üstten 50px geri gider

kücük hale gelince üstten tekrar sıfırlanması içinde
197. satırdaki kodu şöyle değiştir;
panels.animate({ width: base.regWidth,marginTop: '0px', fontSize: base.options.reducedSize + 'em' }, (time === 0) ? time : base.options.speed);