$(function(){
	$(".slideshow").colorbox({
		slideshow : true,
		slideshowSpeed : 6000,
		transition : "fade",
		slideshowStart: "スライドショー開始　　",
		slideshowStop : "スライドショー停止　　",
		current :"{total}枚中 {current}枚目"
	});
})