
/* player container */


a.player {
	height:240px;
	width:320px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	float:left;
	text-decoration: none;

	text-align:center;
	margin-left:25px;
	margin-right:15px;
	margin-bottom:20px;
	position: relative;

}


a.player:link {	text-decoration: none;}
a.player:hover {	text-decoration: none;}
a.player:visited {	text-decoration: none;}


a.icon:link {	text-decoration: none;}
a.icon:hover {	text-decoration: none;}
a.icon:visited {	text-decoration: none;}



/* play button */
a.player img {
	margin-top:67px;
}

/* info area */
a.player div.info {
	height:40px;
	background:#000 repeat-x;
	opacity:0.7;
	color:#fff;
	margin-top:45px;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:40px;
}

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

a.player div.info span.duration {
	color:#99FF99;
	display:block;
	font-weight:bold;
}


