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