var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4009112&docid=69940086&x=2459',
		'title': '',
		'imageId': '69940086',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009112&docid=69940089&x=2459',
		'title': '',
		'imageId': '69940089',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009112&docid=69940088&x=2459',
		'title': '',
		'imageId': '69940088',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009112&docid=69940092&x=2459',
		'title': '',
		'imageId': '69940092',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009112&docid=69940087&x=2459',
		'title': '',
		'imageId': '69940087',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009112&docid=69940091&x=2459',
		'title': '',
		'imageId': '69940091',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009112&docid=69940090&x=2459',
		'title': '',
		'imageId': '69940090',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4009112';

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