$(document).ready(function()
{
  $('.rb-left a').lightBox();

  $('#ib-right').cycle({
    fx:    'blindY',
    delay: -1000
  });
});
