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