object {
	outline: none;
}
div#video-container{
	font-family: Arial, san-serif;
	font-size: 0.9em;
	position: relative;
	width: 680px;
	height:300px;
}
div#video-container.single{
	width: 398px;
}
div#video-container.playlistonly{
	width: 320px;
}

object#myytplayer{
	margin-right: 5px;
}
div#playlist{
	width: 275px;                         
	height: 275px;
	margin: 0;
	overflow: hidden;
	overflow-y: scroll;
	position:absolute;
	right: 0;
	top: 0;
}
div#video-container.playlistonly  div#playlist{
	overflow:hidden;
	width:319px;
	height:auto;
}

div#playlist ol{
	margin-top:0;
	padding: 0;
}
div#playlist ol li{
	clear: both;
	list-style-type: none;
	padding: 3px 0;
	border-top: 1px dotted #ccc;
}
div#playlist ol li a{

	display: block !important;
	outline: none;
	padding: 3px;
	text-decoration: none;
}
div#playlist ol li a.playing,
div#playlist ol li a.paused{
	background-color: #efefef;
}
div#playlist ol li a:hover{
	background-color: #e6e6e6;
}
a.pager-link{
	color: #3355CC;
}
span.title{
	color: #3355CC;
	display: block;
	font-weight: bold;
}
span.duration{
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	background-color: #000;
	padding: 2px;
	position: absolute;
	right: 3px;
	bottom: 3px;
	opacity:0.75;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
span.desc{
	color: #000;
	display: block;
	white-space: pre-wrap;
}
span.thumb{
	display: block;
	float: right;
	position: relative;
	width: 72px;
	height: 52px;
}
span.thumb img.yt-thumb{
	width: 72px;
	height: 52px;
	border: 0;
}
span.vid-control{
	background: transparent url(/hm/img/video_controls.png) no-repeat 17px -60px;
	width: 72px;
	height: 52px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
div#playlist ol li a.playing span.vid-control,
div#playlist ol li a:hover span.vid-control{
	display: block;
}
div#playlist ol li a.playing:hover span.vid-control,
div#playlist ol li a.paused span.vid-control{
	background-position: 17px 4px;
	display: block;
}
div#playlist ol li a.paused:hover span.vid-control{
	background-position: 17px -60px;
}
.clear{
	clear: both;
}

div#video-content.loading{
	position: relative;
	top: 0px;
	left: -999em;
}
div#video-loading{
	background: #efefef url(/hm/img/video_loading.gif) no-repeat 50% 50%;
	border: 1px solid #7c7c7c;
	font-size: 150%;
	font-weight: bold;
	width: 100%;
	height: 298px;
	text-align: center;
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 10;
}
div#video-container.playlistonly div#video-loading{
	display:none;
}

div#video-loading p{
	color: #7c7c7c;
	padding: 30px;
}
div#video-params{
	display: none;
}

div#pager{
	background: #f2f2f2;
	position: absolute;
	bottom: 0;
	right: 0;
	width:265px;
	font-weight: bold;
	padding: 5px;
}
div#pager span{
	position: absolute;
	right: 5px;
}