// code: http://jquery.malsup.com/cycle/
//$.fn.cycle.defaults.timeout = 2000;
$(function() {
     $('.ads_slideshow').cycle({
		fx: 'scrollUp',	 // choose your transition type, ex: fade, scrollUp, shuffle, zoom, turnDown, curtainX, scrollRight (click)
		timeout: 9000,
		speed: 1000
	});

    /* แสดงตัวเลขด้านล่างเลือก ads
	$('#s4').after('<div id="nav" class="nav">').cycle({
        fx:     'turnDown',
        speed:  'fast',
        timeout: 0,
        pager:  '#nav'
    });  */
});
