var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4009948&docid=69961029&x=1020',
		'title': '',
		'imageId': '69961029',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009948&docid=69961031&x=1020',
		'title': '',
		'imageId': '69961031',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009948&docid=69961035&x=1020',
		'title': '',
		'imageId': '69961035',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009948&docid=69961034&x=1020',
		'title': '',
		'imageId': '69961034',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009948&docid=69961030&x=1020',
		'title': '',
		'imageId': '69961030',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009948&docid=69961032&x=1020',
		'title': '',
		'imageId': '69961032',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009948&docid=69961033&x=1020',
		'title': '',
		'imageId': '69961033',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4009948';

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