var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4000499&docid=69730534&x=2614',
		'title': '',
		'imageId': '69730534',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000499&docid=69730533&x=2614',
		'title': '',
		'imageId': '69730533',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000499&docid=69730535&x=2614',
		'title': '',
		'imageId': '69730535',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000499&docid=69730540&x=2614',
		'title': '',
		'imageId': '69730540',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000499&docid=69730537&x=2614',
		'title': '',
		'imageId': '69730537',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000499&docid=69730539&x=2614',
		'title': '',
		'imageId': '69730539',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000499&docid=69730536&x=2614',
		'title': '',
		'imageId': '69730536',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000499&docid=69730538&x=2614',
		'title': '',
		'imageId': '69730538',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4000499';

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