var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3897262&docid=67320227&x=1914',
		'title': '',
		'imageId': '67320227',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3897262&docid=67320228&x=1914',
		'title': '',
		'imageId': '67320228',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3897262&docid=67320231&x=1914',
		'title': '',
		'imageId': '67320231',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3897262&docid=67320230&x=1914',
		'title': '',
		'imageId': '67320230',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3897262&docid=67320229&x=1914',
		'title': '',
		'imageId': '67320229',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3897262&docid=67320225&x=1914',
		'title': '',
		'imageId': '67320225',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3897262&docid=67320226&x=1914',
		'title': '',
		'imageId': '67320226',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3897262';

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