var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=908890&docid=7251679&x=950',
		'title': '',
		'imageId': '7251679',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=908890&docid=7251688&x=950',
		'title': '',
		'imageId': '7251688',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=908890&docid=7251697&x=950',
		'title': '',
		'imageId': '7251697',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=908890&docid=7251703&x=950',
		'title': '',
		'imageId': '7251703',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=908890&docid=7252290&x=950',
		'title': '',
		'imageId': '7252290',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=908890&docid=7252298&x=950',
		'title': '',
		'imageId': '7252298',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=908890&docid=7252303&x=950',
		'title': '',
		'imageId': '7252303',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #908890';

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