var _LiteBoxElements = new Array();


$(document).ready(function() {
	//var i = 0;
	for (var i in document.getElementsByTagName("a")) {
		if (document.getElementsByTagName("a")[i].rel == "lightbox") {
			document.getElementsByTagName("a")[i].rel = "lightbox" + i;
		}
	}
    var	colorbox =	$("a[class='video']").colorbox({transition:"fade", slideshow:true, iframe:true, scrolling:false, title:"Sense Line Video (5:50 min)", width:"540px", height:"350px"});
		$("a[class='ltb']").colorbox({transition:"fade", slideshow:true});
	$().bind('cbox_load', function() {
		$('#deco').hide();
	});
	$().bind('cbox_closed', function() {
		$('#deco').show();
	//	i++;
	//	document.getElementById('a1').href='../webvideo/senseline-video.php?' + "1";
		//console.log($("a[class='ltb']"));
	});
	
	$("#click").click(function(){
		$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
		return false;
	});

});
