var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3976123&docid=69174442&x=5628',
		'title': '',
		'imageId': '69174442',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3976123&docid=69174445&x=5628',
		'title': '',
		'imageId': '69174445',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3976123&docid=69174450&x=5628',
		'title': '',
		'imageId': '69174450',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3976123&docid=69174454&x=5628',
		'title': '',
		'imageId': '69174454',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3976123&docid=69174458&x=5628',
		'title': '',
		'imageId': '69174458',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3976123&docid=69174462&x=5628',
		'title': '',
		'imageId': '69174462',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3976123&docid=69174471&x=5628',
		'title': '',
		'imageId': '69174471',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3976123';

document.body.style.overflow = "hidden";
var closeElement = document.querySelector("#lightbox #close");
var closeLoadingElement = document.querySelector("#lightbox #closeLoading");

if (closeElement) {
	closeElement.addEventListener("click", function() {
		document.body.style.overflow = "auto";
	})
}

if (closeLoadingElement) {
	closeLoadingElement.addEventListener("click", function() {
		document.body.style.overflow = "auto";
	})
}
