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