
var LightboxOpt = {
	animate : true, // resizing animations
	autoPlay : true, // should slideshow start automatically
	borderSize : 10, // if you adjust the padding in the CSS, you will need to update this variable
	containerID : document, // lightbox container object
	enableSlideshow : true, // enable slideshow feature
	googleAnalytics : false, // track individual image views using Google Analytics
	imageDataLocation : 'south', // location of image caption information
	initImage : '', // ID of image link to automatically launch when upon script initialization
	loop : true, // whether to continuously loop slideshow images
	overlayDuration : .2, // time to fade in shadow overlay
	overlayOpacity : .8, // transparency of shadow overlay
	prefix : '', // ID prefix for all dynamically created html elements
	relAttribute : 'lightbox', // specifies the rel attribute value that triggers lightbox
	resizeSpeed : 7, // controls the speed of the image resizing (1=slowest and 10=fastest)
	showGroupName : false, // show group name of images in image details
	slideTime : 4, // time to display images during slideshow
	strings : { // allows for localization
		closeLink : 'close',
		loadingMsg : 'loading',
		nextLink : 'next &raquo;',
		prevLink : '&laquo; prev',
		startSlideshow : 'start slideshow',
		stopSlideshow : 'stop slideshow',
		numDisplayPrefix : 'Image',
		numDisplaySeparator : 'of'
	}
}
