/*
	Configurate the lightbox component for use with CAPE
*/
$(function(){
	$.Lightbox.construct({
		
		files: {
			js: {
				lightbox:	'javascript/lightbox.js',
				colorBlend:	'javascript/color.js'
			},
			css: {
				lightbox:	'styles/lightbox.css'
			},
			images: {
				prev:		'graphics/lightbox/prev.gif',
				next:		'graphics/lightbox/next.gif',
				blank:		'graphics/lightbox/blank.gif',
				loading:	'graphics/lightbox/loading.gif'
			}
		},
		show_linkback:	false,
		opacity: 0.75,
		text: {
			image:		'Image',
			close:		'Close',
			of:			'of',
			closeInfo:	'Click ouside the image to close it...',
			download:	'Click to download image.',
			help: {
				close:		'Click to close image',
				interact:	'Hover to interact'
			}
		},
		
		auto_resize: 'no',
		show_extended_info: true,
		download_link: false
	});
});
