$(function() {
	$('#slides').slides({
		preload: true,
		preloadImage: 'images/loading.gif',
		play: 5000,
		pause: 2500,
		hoverPause: true
	});
});
  // Text scroller
  $('.horizontal_scroller').SetScroller({
    velocity: 60,
    direction: 'horizontal',
    startfrom: 'right',
    loop: 'infinite',
    movetype: 'linear'
	});

$(document).ready(function () {
	$.fancybox({
		'autoScale': true,
		'transitionIn': 'none',
		'transitionOut': 'none',
		'href': 'http://www.hosting.co.th/images/banner_announcement_holiday_hosting_from_flood.jpg'
	});
});

