$(document).ready(function(){
	initColorbox();
})

function initColorbox(){
	$("a[rel='colorboxSlideshow01']").colorbox({});
	$("a[rel='colorboxSlideshow02']").colorbox({});
	$("a[rel='colorboxSlideshow03']").colorbox({});
	$("a[rel='colorboxSlideshow04']").colorbox({});
	
	/*$("#member-btn").colorbox({
		iframe:true,
		width:"900px",
		height:"100%"
	});
	$("#member-link").colorbox({
		iframe:true,
		width:"900px",
		height:"100%"
	});*/
	$(".colorboxYT").colorbox({iframe:true, innerWidth:425, innerHeight:344});
	$(".colorboxFREE").colorbox({});
}