.ytgallery-video {     
	padding: 10px 20px; 
	width: auto;
}
.ytgallery-video:last-child {     
	margin-bottom: 20px;
}
.ytgallery-light {
	/*background: #FFF;*/
}
.ytgallery-dark {
	/*background: #EEE;*/
}
.ytgallery-thumb {
	float: left;
	margin-right: 20px;
}
.ytgallery-thumb img {
	display: inline-block;
	width: 200px;
	border: 3px solid #000;
}
.ytgallery-attr {
	clear: both;
	display: block;
	background: #EEE;
	padding: 2px 8px;
	margin-bottom: 0px;
}
.ytgallery-attr span {
	margin-left: 15px;
	font-weight: bold;
}
.ytgallery-attr span.attr-duration {
	margin-left: 0px;
}
.ytgallery-title {
	font-weight: bolder;  
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0;
}