#vodArea {
	position:absolute;
	z-index:60; /* must be greater then the z-index of the grayout function */
	display:none;
	border:2px outset #e0e0e0;
	width:655px; /*width of vodLeft + 8 for padding + width of vodRight + 20 for padding*/
	height:auto;
	background:#fff url(vodStageBack.gif) top left repeat-y;
	float:left;
}

#vodLeft {
	float:left;
	width:200px;
	padding:4px 4px 4px 4px;
	border:none;
}

#vodRight {
	float:left;
	width:425px; /* should match the width of the VOD Flash object */
	padding:10px 10px 10px 10px;
	border:none;
}
/*
#vodStage {
	width:425px;
}
*/
.vodItem {
	padding:4px 4px 4px 4px;
	border-bottom:1px solid #ccc;
}