var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4016245&docid=70123548&x=3018',
		'title': '',
		'imageId': '70123548',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4016245&docid=70123553&x=3018',
		'title': '',
		'imageId': '70123553',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4016245&docid=70123550&x=3018',
		'title': '',
		'imageId': '70123550',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4016245&docid=70123554&x=3018',
		'title': '',
		'imageId': '70123554',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4016245&docid=70123551&x=3018',
		'title': '',
		'imageId': '70123551',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4016245&docid=70123552&x=3018',
		'title': '',
		'imageId': '70123552',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4016245&docid=70123549&x=3018',
		'title': '',
		'imageId': '70123549',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4016245&docid=70123555&x=3018',
		'title': '',
		'imageId': '70123555',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4016245';

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