$(document).ready(
	function()
	{
		$("#bottomBar #bt5").css({'marginTop':120}).animate({'marginTop':13},1000);
	}
)
