﻿/* player container */
div.player {
    background-color:#FFCCFF;
	height:240px;
	width:295px;
	border:2px solid #fff;
	/*outline:1px solid #333;*/
	-moz-outline-radius:4px;
	cursor:pointer;
	float:left;
	text-align:center;
	margin-right:15px;
	/*margin-bottom:30px;*/
}

/* play button */
div.player img {
	margin-top:67px;
}

/* info area */
div.player div.info {
	height:40px;
	background:#000 url(../img/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:37px;
}

/* duration data inside info area */
div.player div.info span {
	color:#fe19e6;
	display:block;
	/*font-weight:bold;*/
}
