var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4004001&docid=67214560&x=3538',
		'title': '',
		'imageId': '67214560',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004001&docid=67214552&x=3538',
		'title': '',
		'imageId': '67214552',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004001&docid=67214554&x=3538',
		'title': '',
		'imageId': '67214554',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004001&docid=67214555&x=3538',
		'title': '',
		'imageId': '67214555',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004001&docid=67214556&x=3538',
		'title': '',
		'imageId': '67214556',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004001&docid=67214558&x=3538',
		'title': '',
		'imageId': '67214558',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004001&docid=67214559&x=3538',
		'title': '',
		'imageId': '67214559',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4004001';

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