$(document).ready(function($) { $(window).bind("load", function() { $('.dt_presentationslider').dtPresentationSlider({ 'height': 360, 'autoAdvance': true, 'autoAdvDuration': 960, 'autoAdvInterval': 8300, 'autoAdvPauseOnHover': true, 'showArrows': true, 'showTimer': false, 'showIcon': false, 'showGallery': false, 'showGalleryNumber': false, 'showGalleryTitle': false, 'showScroll': false, 'keyboardControl': false, 'autoHideDescription': true, 'showDescription': false }); }); });