var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=917170&docid=7032450&x=3445',
		'title': '',
		'imageId': '7032450',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=917170&docid=7032453&x=3445',
		'title': '',
		'imageId': '7032453',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=917170&docid=7032456&x=3445',
		'title': '',
		'imageId': '7032456',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=917170&docid=7032459&x=3445',
		'title': '',
		'imageId': '7032459',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=917170&docid=7032462&x=3445',
		'title': '',
		'imageId': '7032462',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #917170';

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