var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476527&docid=2603624&x=408',
		'title': '',
		'imageId': '2603624',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476527&docid=2603627&x=408',
		'title': '',
		'imageId': '2603627',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476527&docid=2603633&x=408',
		'title': '',
		'imageId': '2603633',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476527&docid=2603621&x=408',
		'title': '',
		'imageId': '2603621',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476527&docid=2603637&x=408',
		'title': '',
		'imageId': '2603637',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476527';

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