
/* player container */
div.player {
	height:195px;
	width:260px;
	border:2px solid #fff;
	outline:1px solid #333;
	cursor:pointer;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}

/* play button */
div.player img {
	margin-top:70px;
}