var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3905238&docid=67536385&x=123',
		'title': '',
		'imageId': '67536385',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3905238&docid=67536376&x=123',
		'title': '',
		'imageId': '67536376',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3905238&docid=67536383&x=123',
		'title': '',
		'imageId': '67536383',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3905238&docid=67536388&x=123',
		'title': '',
		'imageId': '67536388',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3905238&docid=67536387&x=123',
		'title': '',
		'imageId': '67536387',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3905238&docid=67536381&x=123',
		'title': '',
		'imageId': '67536381',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3905238&docid=67536378&x=123',
		'title': '',
		'imageId': '67536378',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3905238&docid=67536379&x=123',
		'title': '',
		'imageId': '67536379',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3905238&docid=67536384&x=123',
		'title': '',
		'imageId': '67536384',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3905238';

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