﻿function arrow(pos) {
    $(".featureArrow").attr("style", "margin-left:" + pos + "px;");
}
