$(document).ready(function(){	
  $('#gallery').gallery({
    interval: 8000,
    height: '330px',
    width: '440px'
  });
});

