var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=917147&docid=7222213&x=2942',
		'title': '',
		'imageId': '7222213',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=917147&docid=7222211&x=2942',
		'title': '',
		'imageId': '7222211',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=917147&docid=7222219&x=2942',
		'title': '',
		'imageId': '7222219',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=917147&docid=7222212&x=2942',
		'title': '',
		'imageId': '7222212',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=917147&docid=7222222&x=2942',
		'title': '',
		'imageId': '7222222',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=917147&docid=7222220&x=2942',
		'title': '',
		'imageId': '7222220',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=917147&docid=7222229&x=2942',
		'title': '',
		'imageId': '7222229',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #917147';

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