var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010174&docid=69717046&x=3240',
		'title': '',
		'imageId': '69717046',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010174&docid=69716988&x=3240',
		'title': '',
		'imageId': '69716988',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010174&docid=69716960&x=3240',
		'title': '',
		'imageId': '69716960',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010174&docid=69716993&x=3240',
		'title': '',
		'imageId': '69716993',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010174&docid=69717023&x=3240',
		'title': '',
		'imageId': '69717023',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010174&docid=69717024&x=3240',
		'title': '',
		'imageId': '69717024',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010174&docid=69717011&x=3240',
		'title': '',
		'imageId': '69717011',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010174&docid=69717018&x=3240',
		'title': '',
		'imageId': '69717018',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010174';

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