var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3968456&docid=68987502&x=1825',
		'title': '',
		'imageId': '68987502',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3968456&docid=68987503&x=1825',
		'title': '',
		'imageId': '68987503',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3968456&docid=68987504&x=1825',
		'title': '',
		'imageId': '68987504',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3968456&docid=68987505&x=1825',
		'title': '',
		'imageId': '68987505',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3968456&docid=68987507&x=1825',
		'title': '',
		'imageId': '68987507',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3968456&docid=68987508&x=1825',
		'title': '',
		'imageId': '68987508',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3968456&docid=68987509&x=1825',
		'title': '',
		'imageId': '68987509',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3968456&docid=68987510&x=1825',
		'title': '',
		'imageId': '68987510',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3968456';

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";
	})
}
