$(document).ready(function($) { $(window).bind("load", function() { $('.dt_fullwidthslider').dtFullWidthSlider({ 'height': 500, 'autoAdvance': true, 'autoAdvDuration': 900, 'autoAdvInterval': 5000, 'autoAdvPauseOnHover': true, 'showArrows': false, 'keyboardControl': false, 'autoHideArrows': true, 'showGallery': true, 'autoHideGallery': true, 'showTitles': false, 'titlesAlign': 'left', 'showDescription': false, 'descBoxWidth':530, 'descBoxHeight':350, 'showTimer': false, 'showIcon': true, 'helpBox': true, 'helpBoxText': 'Press the left and right keys on your keyboard to browse through the images.' }); }); });