var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4002482&docid=69772545&x=2722',
		'title': '',
		'imageId': '69772545',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002482&docid=69772544&x=2722',
		'title': '',
		'imageId': '69772544',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002482&docid=69772547&x=2722',
		'title': '',
		'imageId': '69772547',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002482&docid=69772549&x=2722',
		'title': '',
		'imageId': '69772549',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002482&docid=69772548&x=2722',
		'title': '',
		'imageId': '69772548',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002482&docid=69772550&x=2722',
		'title': '',
		'imageId': '69772550',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002482&docid=69772546&x=2722',
		'title': '',
		'imageId': '69772546',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002482&docid=69772543&x=2722',
		'title': '',
		'imageId': '69772543',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4002482';

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