var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=911049&docid=7267546&x=108',
		'title': '',
		'imageId': '7267546',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=911049&docid=7269437&x=108',
		'title': '',
		'imageId': '7269437',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=911049&docid=7269445&x=108',
		'title': '',
		'imageId': '7269445',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=911049&docid=7269453&x=108',
		'title': '',
		'imageId': '7269453',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=911049&docid=7269464&x=108',
		'title': '',
		'imageId': '7269464',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=911049&docid=7269473&x=108',
		'title': '',
		'imageId': '7269473',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=911049&docid=7269481&x=108',
		'title': '',
		'imageId': '7269481',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #911049';

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