$j(document).ready(function(){
    $j('#divMainRotator').cycle({
      fx:'scrollLeft', 
	  timeout: 10000,
      speed:   500,
      pager:  '#divMainRotatorNav',
      fastOnEvent: 2000,
      pause:   true
	});
});
