document.addEventListener("DOMContentLoaded", function(event) {
jQuery( '#slider-pro-3-1317312' ).sliderPro({
//width
width: "100%",
//height
autoHeight: true,
//autoplay
autoplay: false,
autoplayDelay: 5000,
arrows: true,
buttons: true,
smallSize: 500,
mediumSize: 1000,
largeSize: 3000,
fade: true,
//thumbnail
thumbnailArrows: true,
thumbnailWidth: 120,
thumbnailHeight: 120,
thumbnailsPosition: 'bottom',
centerImage: true,
imageScaleMode: 'cover',
allowScaleUp: true,
startSlide: 0,
loop: true,
slideDistance: 5,
autoplayDirection: 'normal',
touchSwipe: true,
fullScreen: false,
});
});