var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4028944&docid=70427034&x=1954',
		'title': '',
		'imageId': '70427034',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4028944&docid=70427031&x=1954',
		'title': '',
		'imageId': '70427031',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4028944&docid=70427033&x=1954',
		'title': '',
		'imageId': '70427033',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4028944&docid=70427032&x=1954',
		'title': '',
		'imageId': '70427032',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4028944&docid=70427030&x=1954',
		'title': '',
		'imageId': '70427030',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4028944';

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