YAHOO.namespace ("lightBox.config");

var cmsGalleryConfig = {
	display:{
		gallery:true
	},
	transitions:{
		fade:0.6,
		size:0.3
	},
	window:{
		modal:true,
		dragable:false
	},
	easing:{
		global:YAHOO.util.Easing.easeBothStrong
	},
	position:{
		placement:"absolute"
	},
	controls:{
		paging:true,
		pagingButtons:10
	}
};
