var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4009049&docid=69938221&x=3541',
		'title': '',
		'imageId': '69938221',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009049&docid=69938222&x=3541',
		'title': '',
		'imageId': '69938222',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009049&docid=69938224&x=3541',
		'title': '',
		'imageId': '69938224',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009049&docid=69938223&x=3541',
		'title': '',
		'imageId': '69938223',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009049&docid=69938228&x=3541',
		'title': '',
		'imageId': '69938228',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009049&docid=69938226&x=3541',
		'title': '',
		'imageId': '69938226',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009049&docid=69938225&x=3541',
		'title': '',
		'imageId': '69938225',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009049&docid=69938227&x=3541',
		'title': '',
		'imageId': '69938227',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4009049';

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