var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3993876&docid=69580219&x=3543',
		'title': '',
		'imageId': '69580219',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993876&docid=69580111&x=3543',
		'title': '',
		'imageId': '69580111',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993876&docid=69580151&x=3543',
		'title': '',
		'imageId': '69580151',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993876&docid=69580215&x=3543',
		'title': '',
		'imageId': '69580215',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993876&docid=69580280&x=3543',
		'title': '',
		'imageId': '69580280',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993876&docid=69580226&x=3543',
		'title': '',
		'imageId': '69580226',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993876&docid=69580108&x=3543',
		'title': '',
		'imageId': '69580108',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3993876';

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