var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=725132&docid=5114930&x=3039',
		'title': '',
		'imageId': '5114930',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=725132&docid=5114931&x=3039',
		'title': '',
		'imageId': '5114931',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=725132&docid=5114929&x=3039',
		'title': '',
		'imageId': '5114929',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=725132&docid=5114934&x=3039',
		'title': '',
		'imageId': '5114934',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=725132&docid=5114940&x=3039',
		'title': '',
		'imageId': '5114940',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #725132';

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