var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3959551&docid=68810510&x=2144',
		'title': '',
		'imageId': '68810510',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3959551&docid=68810507&x=2144',
		'title': '',
		'imageId': '68810507',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3959551&docid=68810509&x=2144',
		'title': '',
		'imageId': '68810509',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3959551&docid=68810505&x=2144',
		'title': '',
		'imageId': '68810505',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3959551&docid=68810511&x=2144',
		'title': '',
		'imageId': '68810511',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3959551&docid=68810506&x=2144',
		'title': '',
		'imageId': '68810506',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3959551&docid=68810508&x=2144',
		'title': '',
		'imageId': '68810508',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3959551';

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