$(document).ready(function(){
$('#gallery').gallery({
    interval: 5500,
    height: '315px',
    width: '600px'
    //toggleBar: false
  });
});
