$("ggg div").each(function () {
this.style.top = (parseFloat(this.style.top.replace("px", "")) - 165) + "px";
});
$("ggg div").each(function () {
this.style.top = (parseFloat(this.style.top.replace("px", "")) - 165) + "px";
});