var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=915206&docid=7299520&x=202',
		'title': '',
		'imageId': '7299520',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915206&docid=7299528&x=202',
		'title': '',
		'imageId': '7299528',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915206&docid=7299522&x=202',
		'title': '',
		'imageId': '7299522',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915206&docid=7299521&x=202',
		'title': '',
		'imageId': '7299521',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915206&docid=7293613&x=202',
		'title': '',
		'imageId': '7293613',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915206&docid=7299531&x=202',
		'title': '',
		'imageId': '7299531',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915206&docid=7299536&x=202',
		'title': '',
		'imageId': '7299536',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #915206';

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