var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476446&docid=2603047&x=401',
		'title': '',
		'imageId': '2603047',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476446&docid=2603053&x=401',
		'title': '',
		'imageId': '2603053',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476446&docid=2603060&x=401',
		'title': '',
		'imageId': '2603060',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476446&docid=2603066&x=401',
		'title': '',
		'imageId': '2603066',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476446&docid=2603075&x=401',
		'title': '',
		'imageId': '2603075',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476446';

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