var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4018207&docid=70184958&x=1841',
		'title': '',
		'imageId': '70184958',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018207&docid=70184952&x=1841',
		'title': '',
		'imageId': '70184952',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018207&docid=70184957&x=1841',
		'title': '',
		'imageId': '70184957',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018207&docid=70184951&x=1841',
		'title': '',
		'imageId': '70184951',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018207&docid=70184955&x=1841',
		'title': '',
		'imageId': '70184955',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018207&docid=70184956&x=1841',
		'title': '',
		'imageId': '70184956',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018207&docid=70184953&x=1841',
		'title': '',
		'imageId': '70184953',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018207&docid=70184954&x=1841',
		'title': '',
		'imageId': '70184954',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4018207';

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