var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3993436&docid=69567745&x=1626',
		'title': '',
		'imageId': '69567745',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993436&docid=69567749&x=1626',
		'title': '',
		'imageId': '69567749',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993436&docid=69567746&x=1626',
		'title': '',
		'imageId': '69567746',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993436&docid=69567743&x=1626',
		'title': '',
		'imageId': '69567743',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993436&docid=69567748&x=1626',
		'title': '',
		'imageId': '69567748',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993436&docid=69567747&x=1626',
		'title': '',
		'imageId': '69567747',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3993436&docid=69567744&x=1626',
		'title': '',
		'imageId': '69567744',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3993436';

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