﻿$(function(){
	$(".slideshow").colorbox({
		slideshow : false,
		slideshowSpeed : 4000,
		transition : "fade",
		slideshowStart: "",
		slideshowStop : "",
		current :"",
		photo : true
	});
	$(function() {
		$('ul#usedlist').innerfade({
			speed: 2000,
			timeout: 5000,
			type: 'next',
			containerheight: '141',
			output_title:'#image_caption',
			width:234,
			height:141,
			next:'#nextslide',
			prev:'#prevslide'
		});
	}); 
	$(function(){
		$('#top_label_date').html(DateFormatter.format(new Date(), "Y年m月d日(J)"));
	});
	
})