
div.overlay {
	background:url(/js/flowplayer/overlay/black.png) no-repeat top left;
	padding-top:40px;
	padding-left:32px;	
	width:673px;
	height:513px;
	display:none;
}

div.overlay div.close {
	background:url(/js/flowplayer/overlay/close.png) no-repeat;
	position:absolute;
	top:12px;
	right:6px; 
	width:35px;
	height:35px;
	cursor:pointer;
}


/* player style */
a.player {	
	display:block;
	width:640px;
	height:480px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:200px;
	border:0;	
	opacity:0.7;
}




/* playlist style */
div.playlist {
}

div.clip {
	display: table-cell;
//	display: block;
//	float: left;
	width: 140px;
//	height: 160px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

div.clip strong {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

