
	.youtube_gallery {
		text-align: center;
		width:590px;
		height:100%;
		background: #4e2c0e;
	}
	
	.youtube_gallery_item img {
		background: #4e2c0e;
		padding: 12px;
		border: 1px solid #999;
		margin: 14px;
	}

	.youtube_gallery_item img:hover {
		border-color: #000;
	}
