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