var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3923481&docid=68005914&x=2816',
		'title': '',
		'imageId': '68005914',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3923481&docid=68005911&x=2816',
		'title': '',
		'imageId': '68005911',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3923481&docid=68005910&x=2816',
		'title': '',
		'imageId': '68005910',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3923481&docid=68005913&x=2816',
		'title': '',
		'imageId': '68005913',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3923481&docid=68005912&x=2816',
		'title': '',
		'imageId': '68005912',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3923481&docid=68005915&x=2816',
		'title': '',
		'imageId': '68005915',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3923481&docid=68005908&x=2816',
		'title': '',
		'imageId': '68005908',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3923481&docid=68005909&x=2816',
		'title': '',
		'imageId': '68005909',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3923481';

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