#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
}

#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	background-color: #ffffff;
	border-top: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #FFFFFF;
	right: 0px;
	text-align: right;
}



#lightwindow_loading span {
	background-image: url(http://living.tv/lightwindow/images/livingload.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	height: 8px;
	width: 100px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	margin-left: -50px;
	left: 50%;
}

#lightwindow_loading  a{
	display: none;
}


#lightwindow_loading img {
	float: right;
	margin-left: 10px;
}



#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
}

#lightwindow_title_bar_title {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

#lightwindow_title_bar_title span{
	color: #999999;
}

a#lightwindow_title_bar_close_link {
	float: right;
	text-align: right;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 25px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 138px;
}
	
a:hover#lightwindow_title_bar_close_link{
		color: #ffffbe;
}

html>body a#livinglink{
	
}

a#livinglink{
	background-image: url(http://living.tv/images/living_tv_iframe.png);
	display: block;
	height: 48px;
	width: 123px;
	position: absolute;
	z-index: 1000;
	right:10px;
	text-indent: -10000px;
	border-style: none;
	top: -24px;
}



a:active{
outline: none;
}

a:focus{
-moz-outline-style: none;
}

object{ outline:none;}
