var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472427&docid=2577117&x=3326',
		'title': '',
		'imageId': '2577117',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472427&docid=2577120&x=3326',
		'title': '',
		'imageId': '2577120',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472427&docid=2577126&x=3326',
		'title': '',
		'imageId': '2577126',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472427&docid=2577129&x=3326',
		'title': '',
		'imageId': '2577129',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472427&docid=2577132&x=3326',
		'title': '',
		'imageId': '2577132',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472427';

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