@charset "utf-8";
/* CSS Document */

/*{{{ info, overlay, grippie */

/* overlay */ 
div.overlay, #overlay {
	padding:40px;	
	width:576px;  
	display:none;
	background-image:url(yt_overlay_img/white.png);
}

div.overlay div.close, #overlay div.close {
	background:url(yt_overlay_img/close.png) no-repeat;
	position:absolute;
	top:22px;
	right:55px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

#overlay_player { 		
	display:block;
	height:450px;
}

div.grippie {
/*	background:#EEEEEE url(http://static.flowplayer.org/tools/css/img/forum/grippie.png) no-repeat scroll center 2px;
*/	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}

#right li a span {
	display:block;
	margin-top:2px;
	color:#333;
	font-size:11px;
}

#right li a.selected span {
	display:block;
	margin-top:2px;
	color:yellow;
}


#yt_video {
	width:425px;
	height:344px;
}

#yt_video div.close {
	top:0;
	right:0;
}


.yt_tmb{
	/*padding:5px;
	float:left;
	width:120px;
	height:90px;*/
	margin:auto;
}

.yt_tmb:hover{
	filter:alpha(opacity=70);
	opacity: 0.70;
	-moz-opacity:0.70;
	cursor:pointer;
}