$(document).ready(function($) { $(window).bind("load", function() { $('.dt_galleryslider').dtGallerySlider({ 'height': 300, 'autoAdvance': true, 'autoAdvDuration': 1500, 'autoAdvInterval': 6000, 'autoAdvPauseOnHover': false, 'showArrows': true, 'autoHideArrows': true, 'showTimer': true, 'showScroll': true, 'keyboardControl': false, 'showDescription': true }); }); });