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