/* ------------------------------------------------------
Copyright (C) 2008 dreamseeker.
All Rights Reserved.

このスクリプトの無断転載を禁止します。
------------------------------------------------------ */
$(function() {
 $('#category-img').cycle({
  fx: 'fade',
		speed: 1500,
		timeout: 5000,
		autostop: true
	});
});

