var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476448&docid=2603085&x=3851',
		'title': '',
		'imageId': '2603085',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476448&docid=2603088&x=3851',
		'title': '',
		'imageId': '2603088',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476448&docid=2603091&x=3851',
		'title': '',
		'imageId': '2603091',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476448&docid=2603094&x=3851',
		'title': '',
		'imageId': '2603094',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476448';

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