var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476984&docid=2608997&x=4010',
		'title': '',
		'imageId': '2608997',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476984&docid=2609001&x=4010',
		'title': '',
		'imageId': '2609001',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476984&docid=2609004&x=4010',
		'title': '',
		'imageId': '2609004',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476984&docid=2609007&x=4010',
		'title': '',
		'imageId': '2609007',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476984&docid=2609010&x=4010',
		'title': '',
		'imageId': '2609010',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476984&docid=2609013&x=4010',
		'title': '',
		'imageId': '2609013',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476984&docid=2609016&x=4010',
		'title': '',
		'imageId': '2609016',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476984';

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