
/* player container */
div.player {
	height:240px;
	width:300px;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	float:left;
	text-align:center;
	margin:5px;
}

/* play button */
div.player img {
	margin-top:100px;
}

	

