var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010514&docid=69972112&x=5522',
		'title': '',
		'imageId': '69972112',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010514&docid=69972107&x=5522',
		'title': '',
		'imageId': '69972107',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010514&docid=69972109&x=5522',
		'title': '',
		'imageId': '69972109',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010514&docid=69972113&x=5522',
		'title': '',
		'imageId': '69972113',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010514&docid=69972108&x=5522',
		'title': '',
		'imageId': '69972108',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010514&docid=69972110&x=5522',
		'title': '',
		'imageId': '69972110',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010514&docid=69972111&x=5522',
		'title': '',
		'imageId': '69972111',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010514';

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