$(function(){
	$.Lightbox.construct({
		files: {
			// If you are doing a repack with packer (http://dean.edwards.name/packer/) then append ".packed" onto the js and css files before you pack it.
			js: {
				lightbox:	'/js/jquery.lightbox.js',
				colorBlend:	'/js/jquery.color.js'
			},
			css: {
				lightbox:	'/css/global/jquery.lightbox.css'
			},
			images: {
				prev:		'/img/global/lightbox/prev.gif',
				next:		'/img/global/lightbox/next.gif',
				blank:		'/img/global/lightbox/blank.gif',
				loading:	'/img/global/lightbox/loading.gif'
			}
		},
		text: {
			help: {
				close: ''
			}
		},
		auto_resize: false,
		show_linkback: false
	});
});