$(document).ready(function () {
$("#dicophoto").nanoGallery({
thumbnailWidth:'auto',
thumbnailHeight:'240',
colorScheme:'none',
viewerDisplayLogo:false,
galleryFullpageButton:true,
imageTransition:'swipe ', //swipe of slideAppear
viewer:'internal', //fancybox of internal
slideshowAutoStart:1,
slideshowDelay:8000,
dataSorting:'', //standard, reversed of random
thumbnailHoverEffect:[{'name':'labelAppear75','duration':300}],
theme:'light',
thumbnailGutterWidth : 0,
thumbnailGutterHeight : 0,
thumbnailLabel:{display:true,position:'overImageOnMiddle', align:'center'},
thumbnailLazyLoad:false,
lazyBuild: 'display',
viewerToolbar : { style:'fullWidth' },
locationHash:false,
supportIE8: false,
itemsBaseURL:'/dico/UserFiles/Photoalbums',
i18n:{
paginationPrevious: 'Vorige',
paginationNext: 'Volgende'
}
});
});