var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4011874&docid=69770532&x=345',
		'title': '',
		'imageId': '69770532',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011874&docid=69770530&x=345',
		'title': '',
		'imageId': '69770530',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011874&docid=69770531&x=345',
		'title': '',
		'imageId': '69770531',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011874&docid=69770528&x=345',
		'title': '',
		'imageId': '69770528',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011874&docid=69770534&x=345',
		'title': '',
		'imageId': '69770534',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011874&docid=69770535&x=345',
		'title': '',
		'imageId': '69770535',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011874&docid=69770529&x=345',
		'title': '',
		'imageId': '69770529',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011874&docid=69770533&x=345',
		'title': '',
		'imageId': '69770533',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4011874';

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