// JavaScript Document

$(function() {
   $('#slider').cycle({ fx:     'scrollRight',  speed:   300,  timeout: 5000,   next:   '#slider',  pause:   1	 });
});