





#yt_holder {
	background: #F2F2F2;
	font: 12px/20px Arial,Helvetica,sans-serif;
	padding: 10px;
	border: 1px solid #D6D6D6;
	width: 400px;

	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 2px 2px 10px #423942;
	-moz-box-shadow: 2px 2px 10px #423942;
	box-shadow: 2px 2px 10px #423942;
}

#ytvideo {
	/*height:385px;*/
}

#yt_holder p {
	margin: 0;
	padding: 0;
}

#yt_holder .currentvideo {
	background: #e6e6e6;
}

#yt_holder .youplayer .youtitle {
	clear: both;
	position: relative;
	height: 11px;
	width: 100%;
	margin: 0 0 -14px 90px;
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: bold;
	color: #dedede;
	z-index: 999;
}

#yt_holder .youplayer .time {
	position: absolute;
	left: 10px;
	right: 10px;
	margin-top: -2px;
	font-size: 10px;
	color: #dedede;
	z-index: 999;
	text-align: right;
	float: right;
}

#yt_holder .youplayer ul.videoyou {
	position: relative;
	overflow: auto;

	-ms-overflow-x: hidden;
	overflow-x: hidden;

	margin: 0;
	padding: 0;
	height: 192px;
}

#yt_holder .youplayer ul.videoyou li {
	list-style-type: none;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
}

#yt_holder .youplayer ul.videoyou li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 82px;
	height: 62px;
	margin: 0;
	padding: 0;
	border: none;
}

#yt_holder .youplayer ul.videoyou li a {
	position: relative;
	display: block;
	outline: none;
	height: 46px;
	margin: 0;
	padding: 16px 4px 0 90px;
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	text-decoration: none;
	background: #666;
	color: #dedede;
}

#yt_holder .youplayer ul.videoyou li a.currentvideo {
	background: #333;
	color: #dedede;
}

#yt_holder .youplayer ul.videoyou li a:hover {
	background: #595959;
}
