div.videoplayer {
	position:relative;
	background-color:#0c4979;
	height:616px;
}

div.videoplayer div.player {
	position:relative;
	padding:6px;
	height:240px;
}

div.videoplayer div.playlist {
	position:relative;
	background-color:#042e50;
	margin:4px;
	overflow-y:auto;
	height:320px;
}

div.videoplayer div.listitem {
	position:relative;
	border:1px solid #000;
	background-color:#073f6a;
	padding:4px;
	width:214px;
	height:auto;
	margin:6px;
	cursor:pointer;
} 

div.videoplayer div.thumbnails {
	position:absolute;
	border:1px solid black;
	width:62px;
	left:4px;
	height:48px;
	
}

div.videoplayer div.title {
	position:relative;
	margin-left:70px;
	width:110px;
	
	color:#ffffff;
	height:46px;
	font-size:11px;
	padding:2px;
	overflow:hidden;
	font-family:arial;
	line-height:12px;
}

div.videoplayer div.play {
	width:29px;
	height:36px;
	position:absolute;
	background-image:url('/items/graphics/play.gif');
	right:0;
	top:10px;
	cursor:pointer;
}
