$(document).ready( function () {

  $('#client-container').show();
  $('#masthead img').show();

  $('#client-container .view-content').cycle( {
	  fx: 'scrollRight',
	  timeout: 7000
	  }
  );

  $('#masthead').cycle( {
    fx: 'fade',
    timeout: 5000
    }
  );
});
