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