var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476271&docid=2601740&x=3245',
		'title': '',
		'imageId': '2601740',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476271&docid=2601743&x=3245',
		'title': '',
		'imageId': '2601743',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476271&docid=2601746&x=3245',
		'title': '',
		'imageId': '2601746',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476271&docid=2601737&x=3245',
		'title': '',
		'imageId': '2601737',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476271';

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