} else {
img_first.src = change_basename(img_first.src, 'first_light.gif');
img_previous.src = change_basename(img_previous.src, 'previous_light.gif');
- img_first.setAttribute("style", "cursor: pointer; cursor: hand;"); // for IE + FF work, but warns on FF :/
+ img_first.setAttribute("style", "cursor: pointer; cursor: hand;"); // to work on IE and FF, but warns on FF :/
img_previous.setAttribute("style", "cursor: pointer; cursor: hand;");
}