var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=899386&docid=7124803&x=2311',
		'title': '',
		'imageId': '7124803',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=899386&docid=7124809&x=2311',
		'title': '',
		'imageId': '7124809',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=899386&docid=7124814&x=2311',
		'title': '',
		'imageId': '7124814',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=899386&docid=7124788&x=2311',
		'title': '',
		'imageId': '7124788',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=899386&docid=7124797&x=2311',
		'title': '',
		'imageId': '7124797',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #899386';

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