var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472954&docid=2582743&x=5516',
		'title': '',
		'imageId': '2582743',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472954&docid=2582740&x=5516',
		'title': '',
		'imageId': '2582740',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472954&docid=2582746&x=5516',
		'title': '',
		'imageId': '2582746',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472954&docid=2582749&x=5516',
		'title': '',
		'imageId': '2582749',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472954&docid=2582752&x=5516',
		'title': '',
		'imageId': '2582752',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472954';

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