var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=904316&docid=4511304&x=2717',
		'title': '',
		'imageId': '4511304',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=904316&docid=4509595&x=2717',
		'title': '',
		'imageId': '4509595',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=904316&docid=4511301&x=2717',
		'title': '',
		'imageId': '4511301',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=904316&docid=4511307&x=2717',
		'title': '',
		'imageId': '4511307',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #904316';

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