function getPx(elm) {
    return parseInt(elm.style.left);
}