var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4011504&docid=53882896&x=2818',
		'title': '',
		'imageId': '53882896',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011504&docid=69993175&x=2818',
		'title': '',
		'imageId': '69993175',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011504&docid=53882894&x=2818',
		'title': '',
		'imageId': '53882894',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011504&docid=53882893&x=2818',
		'title': '',
		'imageId': '53882893',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011504&docid=53882897&x=2818',
		'title': '',
		'imageId': '53882897',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011504&docid=53882891&x=2818',
		'title': '',
		'imageId': '53882891',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011504&docid=53882892&x=2818',
		'title': '',
		'imageId': '53882892',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4011504';

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