#vgal div a {
	display: block;
	width: 400px;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center center;
}
#vgal div a.videolink {
    height: auto;
}

#vgal div {
	width: 400px;
	height: 260px;
	float: left;
    margin: 0 45px 30px;
}

#vgal div:nth-child(3n) { margin-right: 0; }

#vgal div .video_play {
	position: absolute;
    width: 400px;
    height: 260px;
    margin: 0;
	background: url(images/play.png) center center no-repeat;
	opacity: 0.4;
}
#vgal div:hover .video_play { opacity: 1; }

.videolink { }