div.videopopup-container {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}
div.videopopup {
	position: relative;
	width: 160px;
	height: 120px;
	float: left;
	margin: 0 20px 20px 0 !important;
	overflow: hidden;
	border: 5px solid white;
	text-align: center;
	background: black;
}
div.videopopup.last {
	margin-right: 0 !important;
}
div.videopopup a {
	display: block;
	width: 160px;
	height: 120px;
	background: url(../images/play.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
div.videopopup img {
	margin-left: -20px;
}
#fancybox-outer {
	background: black;
}
