var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3992902&docid=50215437&x=5351',
		'title': '',
		'imageId': '50215437',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3992902&docid=50215433&x=5351',
		'title': '',
		'imageId': '50215433',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3992902&docid=50215434&x=5351',
		'title': '',
		'imageId': '50215434',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3992902&docid=50215439&x=5351',
		'title': '',
		'imageId': '50215439',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3992902&docid=50215436&x=5351',
		'title': '',
		'imageId': '50215436',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3992902&docid=50215438&x=5351',
		'title': '',
		'imageId': '50215438',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3992902&docid=50215435&x=5351',
		'title': '',
		'imageId': '50215435',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3992902';

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