var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3995010&docid=69824520&x=2039',
		'title': '',
		'imageId': '69824520',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995010&docid=69824519&x=2039',
		'title': '',
		'imageId': '69824519',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995010&docid=69824516&x=2039',
		'title': '',
		'imageId': '69824516',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995010&docid=69824518&x=2039',
		'title': '',
		'imageId': '69824518',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995010&docid=69824517&x=2039',
		'title': '',
		'imageId': '69824517',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995010&docid=69824514&x=2039',
		'title': '',
		'imageId': '69824514',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995010&docid=69824515&x=2039',
		'title': '',
		'imageId': '69824515',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3995010';

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