﻿$(document).ready(function(){

	//fixes for FF
	if (detect_FF()){
		$('#loading').css('bottom','2px');
	}
		
});


