var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=468196&docid=2550112&x=5619',
		'title': '',
		'imageId': '2550112',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=468196&docid=2550117&x=5619',
		'title': '',
		'imageId': '2550117',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=468196&docid=2550121&x=5619',
		'title': '',
		'imageId': '2550121',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=468196&docid=2550124&x=5619',
		'title': '',
		'imageId': '2550124',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=468196&docid=2550130&x=5619',
		'title': '',
		'imageId': '2550130',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #468196';

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