var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4002010&docid=69763733&x=2956',
		'title': '',
		'imageId': '69763733',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002010&docid=69763730&x=2956',
		'title': '',
		'imageId': '69763730',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002010&docid=69763735&x=2956',
		'title': '',
		'imageId': '69763735',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002010&docid=69763734&x=2956',
		'title': '',
		'imageId': '69763734',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002010&docid=69763731&x=2956',
		'title': '',
		'imageId': '69763731',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002010&docid=69763732&x=2956',
		'title': '',
		'imageId': '69763732',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002010&docid=69763728&x=2956',
		'title': '',
		'imageId': '69763728',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002010&docid=69763729&x=2956',
		'title': '',
		'imageId': '69763729',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4002010';

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