// JavaScript Document
$(function() {
	$('#slide_tour_show').cycle({
	fx: 'fade',
	speed: 1000,
	timeout:5000,
	pager:'#pager_tour_show',
	activePagerClass:'current'
	});
});
