div#sundayskyplayer {
	position:absolute;
	direction: ltr;
           
	z-index:10002;
	visibility: hidden;
	
	width: 362px;
	height: 341px;
}

#sundayskyHeader {
	width: 362px;
	height: 22px;
	background-image:url('images/upperBar.png');
}

#sundayskyLeft {
	width: 336px;
} 

#sundayskyClose {
	padding-top: 2px;
	cursor: pointer;
}

table#sundayskyPlayerbox {
	width: 362px;
	table-layout: fixed
}

#sundayskyPlayercontainer {
	width: 349px;
	height: 316px; 
}
#sundayskyPlayercontainer td{padding:0 0;}
#sundayskyPlayercontainer > object:focus {
	outline: none;
}

div#sundayskyNoflash {
	width: 280px;
	padding-left: 20%;
	padding-top: 40%;
	padding-bottom: 40%;
}

#sundayskyLeftBorder {
	width: 6px;
	height: 319px;
	background-image:url('images/leftSide.png');
}

#sundayskyRightBorder {
	width: 7px;
	height: 319px;
	background-image:url('images/rightSide.png');
}

#sundayskyBottomBorder {
	width: 349px;
	height: 3px;
	background-image:url('images/bottom.png');
}

