﻿jQuery(document).ready(function() {
    jQuery('#esupplypanel').css('top', -1 * jQuery('#container').offset().top);
});
