var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4013007&docid=70028353&x=4435',
		'title': '',
		'imageId': '70028353',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013007&docid=70028351&x=4435',
		'title': '',
		'imageId': '70028351',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013007&docid=70028355&x=4435',
		'title': '',
		'imageId': '70028355',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013007&docid=70028352&x=4435',
		'title': '',
		'imageId': '70028352',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013007&docid=70028357&x=4435',
		'title': '',
		'imageId': '70028357',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013007&docid=70028356&x=4435',
		'title': '',
		'imageId': '70028356',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013007&docid=70028354&x=4435',
		'title': '',
		'imageId': '70028354',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4013007';

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