

/* メインフォトフェードイン用 1枚のみ使用可能 */
$(function(){
	//.postScreenを表示
	$('.photoScreen').show();
});
// 初期化
var i = 0;
// IEは固定
var int=0;
$(window).bind("load", function() {
	// ページが完全に読み込まれたときにロードイベント発生
	// 画像を0.5秒間隔でフェードアウト
	var int=setInterval("doThis(i)",500);
});
function doThis() {
	// 0.5秒間隔で隠していた画像をフェードアウト
	$('.photoScreen').eq(0).fadeOut(5000);
}



/* サムネイルフェードイン切替用、何枚でも使用可能 */
var mygallery=new fadeSlideShow({
	wrapperid: "fadeImg1",
	dimensions: [70, 70],
	imagearray: [
		["images/main_thumb01_01.jpg", "images/main_thumb01_01b.jpg", "thickbox", ""],
		["images/main_thumb01_02.jpg", "images/main_thumb01_02b.jpg", "thickbox", ""]
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
	persist: false,
	fadeduration: 1400,
	descreveal: "always",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeImg2",
	dimensions: [70, 70],
	imagearray: [
		["images/main_thumb02_01.jpg", "images/main_thumb02_01b.jpg", "thickbox", ""],
		["images/main_thumb02_02.jpg", "images/main_thumb02_02b.jpg", "thickbox", ""]
	],
	displaymode: {type:'auto', pause:3600, cycles:0, wraparound:false},
	persist: false,
	fadeduration: 1200,
	descreveal: "always",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeImg3",
	dimensions: [70, 70],
	imagearray: [
		["images/main_thumb03_01.jpg", "images/main_thumb03_01b.jpg", "thickbox", ""],
		["images/main_thumb03_02.jpg", "images/main_thumb03_02b.jpg", "thickbox", ""]
	],
	displaymode: {type:'auto', pause:4200, cycles:0, wraparound:false},
	persist: false,
	fadeduration: 1000,
	descreveal: "always",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeImg4",
	dimensions: [70, 70],
	imagearray: [
		["images/main_thumb04_01.jpg", "images/main_thumb04_01b.jpg", "thickbox", ""],
		["images/main_thumb04_02.jpg", "images/main_thumb04_02b.jpg", "thickbox", ""]
	],
	displaymode: {type:'auto', pause:3900, cycles:0, wraparound:false},
	persist: false,
	fadeduration: 1100,
	descreveal: "always",
	togglerid: ""
})


var mygallery=new fadeSlideShow({
	wrapperid: "fadeImg5",
	dimensions: [70, 70],
	imagearray: [
		["images/main_thumb05_01.jpg", "images/main_thumb05_01b.jpg", "thickbox", ""],
		["images/main_thumb05_02.jpg", "images/main_thumb05_02b.jpg", "thickbox", ""]
	],
	displaymode: {type:'auto', pause:3300, cycles:0, wraparound:false},
	persist: false,
	fadeduration: 1300,
	descreveal: "always",
	togglerid: ""
})

