$(document).ready(function() {
    var tn1 = $('.mygallery').tn3({
        skinDir:"/scripts/js/tn3gallery/skins",
        skin:"tn3e",
        width:750,
         height:600,
        image:{
      maxZoom:1.5,
      crop:true,
      clickEvent:"dblclick",
      transitions:[{
          type:"blinds"
      },{
          type:"grid"
      },{
          type:"grid",
          duration:460,
          gridX:1,
          gridY:8,
          sort:"random",
          method:"scale",
          partDuration:360
      }]
        },
        thumbnailer: {
      overMove: false
        }
    });
  });
