$(document).ready(function(){
  $('#st_slogan .view-content').cycle({ 
	timeout:         6000,
	  //fx: 'scrollLeft'; //You can change the efect at this line
  });
});
