var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3855554&docid=66287009&x=013',
		'title': '',
		'imageId': '66287009',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3855554&docid=66287010&x=013',
		'title': '',
		'imageId': '66287010',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3855554&docid=66287008&x=013',
		'title': '',
		'imageId': '66287008',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3855554&docid=66287012&x=013',
		'title': '',
		'imageId': '66287012',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3855554&docid=66287011&x=013',
		'title': '',
		'imageId': '66287011',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3855554&docid=66287014&x=013',
		'title': '',
		'imageId': '66287014',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3855554&docid=66287013&x=013',
		'title': '',
		'imageId': '66287013',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3855554';

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