﻿
/* player container */
div.player {
	height:240px;
	width:320px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	text-align:center;
	margin-right:5px;
}

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

/* info area */
div.player div.info {
	height: 20px;
	background: #000;
	opacity: 0.5;
	color: white;
	text-align: center;
	padding: 5px 15px;
	font-family: "bitstream vera sans","trebuchet ms";
	font-size: 14px;
	border-top: 1px solid #ccc;
	margin-top: 5px;
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}


