var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=463430&docid=2505117&x=4216',
		'title': '',
		'imageId': '2505117',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463430&docid=2505120&x=4216',
		'title': '',
		'imageId': '2505120',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463430&docid=2505124&x=4216',
		'title': '',
		'imageId': '2505124',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463430&docid=2505127&x=4216',
		'title': '',
		'imageId': '2505127',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463430&docid=2505136&x=4216',
		'title': '',
		'imageId': '2505136',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463430&docid=2505141&x=4216',
		'title': '',
		'imageId': '2505141',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463430&docid=2505144&x=4216',
		'title': '',
		'imageId': '2505144',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #463430';

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