var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=915162&docid=7290017&x=203',
		'title': '',
		'imageId': '7290017',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915162&docid=7290011&x=203',
		'title': '',
		'imageId': '7290011',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915162&docid=7290008&x=203',
		'title': '',
		'imageId': '7290008',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915162&docid=7290005&x=203',
		'title': '',
		'imageId': '7290005',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915162&docid=7290002&x=203',
		'title': '',
		'imageId': '7290002',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #915162';

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