/**
 * @version		3.2.13 December 1, 2011
 * @author		RocketTheme http://www.rockettheme.com
 * @copyright 	Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license		http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

window.addEvent("domready",function(){var b=document.id("gantry-totop");if(b){var a=new Fx.Scroll(window);b.setStyle("outline","none").addEvent("click",function(c){c.stop();a.toTop()})}$$('#gantry-totop').each(function(el){var fx=new Fx.Tween(el,{duration:200,link:'cancel'});el.setStyle('background-position','0 -34px').addEvents({'mouseenter':function(totophover){totophover.stop();fx.start('background-position','0 0')},'mouseleave':function(totophover){totophover.stop();fx.start('background-position','0 -34px')}})})});
