div.player {
	height:168px;
	width:224px;
	cursor:pointer;
	float:left;
	text-align:center;
	background:#fff;
}

/* play button */
div.player img {
	margin-top:45px;
}


