var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4033174&docid=67173664&x=562',
		'title': '',
		'imageId': '67173664',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4033174&docid=67173668&x=562',
		'title': '',
		'imageId': '67173668',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4033174&docid=67173666&x=562',
		'title': '',
		'imageId': '67173666',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4033174&docid=67173667&x=562',
		'title': '',
		'imageId': '67173667',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4033174&docid=67173665&x=562',
		'title': '',
		'imageId': '67173665',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4033174';

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