var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4012939&docid=70026333&x=4924',
		'title': '',
		'imageId': '70026333',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012939&docid=70026335&x=4924',
		'title': '',
		'imageId': '70026335',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012939&docid=70026332&x=4924',
		'title': '',
		'imageId': '70026332',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012939&docid=70026331&x=4924',
		'title': '',
		'imageId': '70026331',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012939&docid=70026337&x=4924',
		'title': '',
		'imageId': '70026337',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012939&docid=70026336&x=4924',
		'title': '',
		'imageId': '70026336',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012939&docid=70026334&x=4924',
		'title': '',
		'imageId': '70026334',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4012939';

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