/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$(document).ready(function() {
    $('#gallerySet').gallery({
          interval: 5500,
          height: '550px',
          width: '710px'
    });
});
