var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4024742&docid=70324275&x=4939',
		'title': '',
		'imageId': '70324275',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4024742&docid=70324274&x=4939',
		'title': '',
		'imageId': '70324274',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4024742&docid=70324276&x=4939',
		'title': '',
		'imageId': '70324276',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4024742&docid=70324277&x=4939',
		'title': '',
		'imageId': '70324277',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4024742&docid=70324273&x=4939',
		'title': '',
		'imageId': '70324273',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4024742';

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