var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3994998&docid=69823574&x=2642',
		'title': '',
		'imageId': '69823574',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994998&docid=69823573&x=2642',
		'title': '',
		'imageId': '69823573',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994998&docid=69823577&x=2642',
		'title': '',
		'imageId': '69823577',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994998&docid=69823575&x=2642',
		'title': '',
		'imageId': '69823575',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994998&docid=69823576&x=2642',
		'title': '',
		'imageId': '69823576',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994998&docid=69823579&x=2642',
		'title': '',
		'imageId': '69823579',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994998&docid=69823578&x=2642',
		'title': '',
		'imageId': '69823578',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3994998';

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