
.movie {
	background-color:#fff;
	width:650px;
	min-height: 430px;
	padding:5px 5px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}


.less {
	color:#999;
	font-size:12px;
}


a.player {	
	margin-top:0px;
	display:block;
	background:url(splash2.png) no-repeat;
	width:390px;
	height:332px;
	padding:5px 5px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

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


#player {
	float:left;		
}	

/* playlist style */
#playlist {
	width:230px;
	height:330px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #ccc;
	padding:5px 5px ;
	background-color:#efefef;
	float:right;
}


/* playlist entry */
#playlist a {
	display:block;
	width:220px;
	height:76px;
	padding:4px;
	background-color:#fff;
	border:1px solid #ccc;
	font:11px "bitstream vera sans", "lucida grande",verdana;
	text-decoration:none;
	margin-top:7px;
	color:#666;
}

/* different states of a playlist entry */
#playlist a:hover {
	background-color:#ffc;		
}

#playlist a.progress {
	background-color:#efefef;	
}

#playlist a.playing {
	border:1px solid #666;
	background-color:#ffc;	
}

#playlist a.paused {
	border:1px solid #666;
	background-color:#ffc;	
}

/* elements inside playlist entry */
#playlist a img {
	border:0;	
	float:left;
	margin-right:10px;
}

#playlist a strong {
	color:blue;		
	padding-bottom:5px;
}

#playlist a em {
	border:0;	
	float:left;
	margin-right:10px;
	background:url(clock.gif) no-repeat 0 50%;
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top:10px;
}

.linki {
	font-size: 1.5em;
}