.youtube { /* YDIYGO130 */
    position:relative; 
    width:100%;
    overflow:hidden;   
	font-family:돋움, Dotum;
	font-size:12px;
}
.youtube a {
    text-decoration:none; 
    color:#666666;
}

.youtube .title { /* YDIYGO160 */
	width:100%;
    height:30px;
    font-size:15.5px;
	font-family:YDIYGO160, 돋움, Dotum;
	font-size:13px;
    background:url(../images/youtube/background.gif) no-repeat left top;  

}
.youtube .more { 
    position:absolute; 
    top:13px; 
    right:0px;
	display:none;
}

.youtube ul.content  {
	height:118px;
	padding:4px 4px 4px 5px;
	border:1px #e0e0e0 solid;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.youtube ul.content li {
	float:left;
}

