var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=460855&docid=2484201&x=4216',
		'title': '',
		'imageId': '2484201',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=460855&docid=2484204&x=4216',
		'title': '',
		'imageId': '2484204',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=460855&docid=2484207&x=4216',
		'title': '',
		'imageId': '2484207',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=460855&docid=2484210&x=4216',
		'title': '',
		'imageId': '2484210',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=460855&docid=2484213&x=4216',
		'title': '',
		'imageId': '2484213',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #460855';

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