var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3651453&docid=61324288&x=4313',
		'title': '',
		'imageId': '61324288',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3651453&docid=61324289&x=4313',
		'title': '',
		'imageId': '61324289',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3651453&docid=61324291&x=4313',
		'title': '',
		'imageId': '61324291',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3651453&docid=61324294&x=4313',
		'title': '',
		'imageId': '61324294',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3651453&docid=61324295&x=4313',
		'title': '',
		'imageId': '61324295',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3651453';

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