#wrapper {
	padding-top:0px;
}

#web_content {
	width:100%;
	max-width:1000px;
}

#youtube_container {
	margin:auto;
	position:relative;
	padding-bottom:56.25%;
	text-align:left;
	overflow:hidden;
}

#youtube_player {
	position:absolute;
	width:100%;
	height:100%;
	border:0px;
}

#youtube_bottom {
	margin-top:20px;
	width:100%;
	text-align:center;
	background-color:rgba(240,240,240,.9);
}

#youtube_bottom .video {
	display:inline-block;
	margin:10px;
	padding:10px;
	width:220px;
	height:240px;
	background-color:#f7f7f7;
	border:1px solid #d7d7d7;
}

#youtube_bottom .video .key_frame {
	margin:auto;
	position:relative;
	padding-top:10px;
	width:200px;
	height:160px;
}

#youtube_bottom .video img {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:160px;
	cursor:pointer;
}

#youtube_bottom .video .title {
	position:relative;
	margin:auto;
	width:200px;
	height:65px;
	font-size:.9em;
	color:#000000;
	overflow:hidden;         
}

#xxxx {
	font-size:1em;
	color:#000000;
}