var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4032109&docid=70506361&x=1233',
		'title': '',
		'imageId': '70506361',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032109&docid=70506358&x=1233',
		'title': '',
		'imageId': '70506358',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032109&docid=70506355&x=1233',
		'title': '',
		'imageId': '70506355',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032109&docid=70506357&x=1233',
		'title': '',
		'imageId': '70506357',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032109&docid=70506356&x=1233',
		'title': '',
		'imageId': '70506356',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032109&docid=70506360&x=1233',
		'title': '',
		'imageId': '70506360',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032109&docid=70506359&x=1233',
		'title': '',
		'imageId': '70506359',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4032109';

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