object {
	outline: none;
}
div#video-container {
	font-family: Arial, san-serif;
	font-size: 0.95em;
	position: relative;
	width: 620px;
	line-height:1.3em;
	height:290px;
}
div#video-container.playeronly {
	height:300px;
}
div#bottomcenter div#video-container.homeplayer {
	padding-left:20px;
}
div#video-container.single {
	width: 398px;
}
object#myytplayer {
	margin-right: 5px;
}
div#playlist {
	width: 260px;
	height: 265px;
	margin: 0;
	overflow: hidden;
	overflow-y: scroll;
	position:absolute;
	right: 0;
	top: 0;
}
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;
}
div#playlist span.title {
	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(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(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; /* 1 pixel to display to stop Firefox 3.6+ from clipping */
	left: 0;
	z-index: 10;
}
div#video-container.playeronly div#video-loading {
	width:400px;
}
div#video-container.homeplayer div#video-loading {
	width:620px;
	margin-left:20px;
}
div#video-loading p {
	color: #7c7c7c;
	padding: 30px;
}
div#video-container.playeronly div#video-loading p {
	padding:30px 5px;
}
div#video-params {
	display: none;
}
div#pager {
	background: #f2f2f2;
	position: absolute;
	bottom: 0;
	right: 0;
	width:250px;
	font-weight: bold;
	padding: 5px;
}
div#pager span {
	position: absolute;
	right: 5px;
}
div.dottedline hr {
	height:1px;
	visibility:hidden;
}

