var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=909094&docid=5989598&x=2449',
		'title': '',
		'imageId': '5989598',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=909094&docid=5989595&x=2449',
		'title': '',
		'imageId': '5989595',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=909094&docid=5989592&x=2449',
		'title': '',
		'imageId': '5989592',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=909094&docid=5989610&x=2449',
		'title': '',
		'imageId': '5989610',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=909094&docid=5989601&x=2449',
		'title': '',
		'imageId': '5989601',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=909094&docid=5989607&x=2449',
		'title': '',
		'imageId': '5989607',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=909094&docid=5989604&x=2449',
		'title': '',
		'imageId': '5989604',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #909094';

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