var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010438&docid=69970299&x=2323',
		'title': '',
		'imageId': '69970299',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010438&docid=69970297&x=2323',
		'title': '',
		'imageId': '69970297',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010438&docid=69970298&x=2323',
		'title': '',
		'imageId': '69970298',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010438&docid=69970300&x=2323',
		'title': '',
		'imageId': '69970300',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010438&docid=69970301&x=2323',
		'title': '',
		'imageId': '69970301',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010438&docid=69970302&x=2323',
		'title': '',
		'imageId': '69970302',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010438&docid=69970303&x=2323',
		'title': '',
		'imageId': '69970303',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010438&docid=69970304&x=2323',
		'title': '',
		'imageId': '69970304',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010438';

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