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