function scrollGallery(target, ypos) {
  $(target).effect('top', {duration: 900, transition: Fx.Transitions.Cubic.easeOut}).start(0-ypos);
}