jQuery(document).ready(function($) {
  jQuery(document).ready(function($) {
      $('a[rel*=facebox]').facebox({
        loading_image : 'loading.gif',
        close_image   : 'closelabel.gif'
      }) 
    });
    $('#slideshow').cycle({
		fx: 'scrollRight',
    	speed:  500  // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
}) 
