$(document).ready(function () {
jQuery("#nanoGallery").nanoGallery({
kind: 'flickr',
userID: 'none',
photoset: '72157663761048176',
thumbnailWidth: 'auto',
thumbnailHeight: 250,
thumbnailHoverEffect:[{name: 'imageScale150', duration:700}],
imageTransition : 'slide',
thumbnailLabel:{ display:false},
});
});