osseo
Open the file: modules/mod_jaslideshowlite/mod_jaslideshowlite.php
At approx line 125, look for this script:
<script type="text/javascript">
window.addEvent('domready', function(){
window.jassliteInst = window.jassliteInst || [];
window.jassliteInst.push(new JASliderCSS('ja-ss-<?php echo $module->id;?>', {
interval: 10000,
duration: <?php echo ($type != 'custom' ? '1000' : '2200'); ?>,
repeat: true,
autoplay: <?php echo $autoPlay;?>,
navigation: <?php echo $showNavigation;?>,
thumbnail: <?php echo $showThumbnail;?>,
urls:['<?php echo implode('\',\'', $urls); ?>'],
targets:['<?php echo implode('\',\'', $targets); ?>']
}));
});
</script>
change the value for: interval: 10000 - 10000 here is in miliseconds