	YAHOO.namespace ("lightBox.config");
	YAHOO.lightBox.config["lightbox1"] = {
		display:{
			gallery:true
		},
		transitions:{
			fade:0.6,
			size:0.6
		},
		window:{
			modal:true,
			dragable:false
		},
		easing:{
			global:YAHOO.util.Easing.easeBothStrong
		},
		position:{
			placement:"absolute"
		},
		controls:{
			paging:true,
			pagingButtons:10
		}
	};
/*
YAHOO.lightBox.config["lightbox1"] = {
	display:{
		gallery:true,
		slideshow:true,
		timer:1000
	},
	transitions:{
		fade:0.6,
		size:0.6
	},
	window:{
		modal:true,
		dragable:false
	},
	easing:{
		global:YAHOO.util.Easing.easeBothStrong
	},
	connections:{
		url:"photos.xml",
		type:"XML",
		callBack:YAHOO.Example.callBack
	},
	position:{
		placement: "relative",
		container: "sc"
	},
	controls:{
		paging:true,
		pagingButtons:10
	}
};
*/
