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