var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=467505&docid=2540521&x=3243',
		'title': '',
		'imageId': '2540521',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467505&docid=2540527&x=3243',
		'title': '',
		'imageId': '2540527',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467505&docid=2540530&x=3243',
		'title': '',
		'imageId': '2540530',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467505&docid=2540538&x=3243',
		'title': '',
		'imageId': '2540538',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467505&docid=2540544&x=3243',
		'title': '',
		'imageId': '2540544',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #467505';

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