var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4031332&docid=70491247&x=4822',
		'title': '',
		'imageId': '70491247',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4031332&docid=70491250&x=4822',
		'title': '',
		'imageId': '70491250',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4031332&docid=70491253&x=4822',
		'title': '',
		'imageId': '70491253',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4031332&docid=70491256&x=4822',
		'title': '',
		'imageId': '70491256',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4031332&docid=70491299&x=4822',
		'title': '',
		'imageId': '70491299',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4031332';

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