#container {
	
	width: 960px;
	margin: auto;
	position: relative;

}

.entry img {
	
	float: left;
	width: 150px;
	height: 113px;
	cursor: pointer;
	border: none;
}

.entry {
	
	padding: 0 10px 10px 0;
	float: left;
}

#video {
	position: absolute;
	width: 640px;
	height: 480px;
}

#video p {
	top: -40px;
	right: 0;
	position: absolute;
	background: #292929;
	color: #eeeeee;
	padding: .3em;
	font-size: .9em;
	cursor: pointer;
}

