
	.youtube_gallery {
		text-align: center;
		padding: 25px 0;
		position: relative;
	}
	
	.youtube_gallery_divider {
		clear: both;
	}
	
	.youtube_gallery div {
		float: left;
		position: relative;
		width: 135px !important;
		text-align: left;
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
		line-height: 19px;
		margin: 0 10px 10px 10px;
		padding-top: 0;
	}
	
	.youtube_gallery_item img {
		background: #eee;
		padding: 3px;
		/*border: 1px solid #999;*/
		border: 4px solid #D7D7D7;
		margin: 0 6px 15px 6px;
		width: 90%;
		/*padding-top: 0px;*/
	}
	
	.youtube_gallery_item .ytsg_play {
		border: none;
		background: none;
		padding: 0;
		margin: 0;
		position: absolute;
		height: auto;
	}

	.youtube_gallery_item img:hover {
		border-color: #333;
	}
	.youtube_gallery_caption {
		height:40px; overflow:hidden;
	}