#content p {
	text-align: justify;
}
#vidplayer {
	float:left;
	width:384px;
	height:288px;
	background:#000;
	border: 1px solid black;
}
#playlist {
	float:right;
	width:344px;
	height:288px;
	overflow:auto;
	border: 1px solid black;
}
.playitem { border-bottom: 1px solid gray; }
.idxpic { cursor: pointer; }
.lnk { color: blue; cursor: pointer; }
