var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=465665&docid=2525575&x=4041',
		'title': '',
		'imageId': '2525575',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=465665&docid=2525576&x=4041',
		'title': '',
		'imageId': '2525576',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=465665&docid=2525577&x=4041',
		'title': '',
		'imageId': '2525577',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=465665&docid=2525578&x=4041',
		'title': '',
		'imageId': '2525578',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=465665&docid=2525579&x=4041',
		'title': '',
		'imageId': '2525579',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #465665';

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