$(document).ready(function($) {
$(window).bind("load", function() {
$('.dt_fullscreenslider').dtFullScreenSlider({
'height': 240,
'autoAdvance': false,
'autoAdvDuration': 600,
'autoAdvInterval': 8100,
'showArrows': false,
'keyboardControl': false,
'showGallery': false,
'showDescription': true,
'bgPosition': 'left top',
'bgRepeat': 'no-repeat'
});
});
});