var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476547&docid=2603787&x=4032',
		'title': '',
		'imageId': '2603787',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476547&docid=2603791&x=4032',
		'title': '',
		'imageId': '2603791',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476547&docid=2603797&x=4032',
		'title': '',
		'imageId': '2603797',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476547&docid=2603803&x=4032',
		'title': '',
		'imageId': '2603803',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476547&docid=2603811&x=4032',
		'title': '',
		'imageId': '2603811',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476547';

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