﻿
/* player container */
div.myPlayer {
	height:240px;
	width:320px;
	background:#11389b url('../play_large.png') no-repeat center center;
	outline:1px solid #333;
	cursor:pointer;
	float:left;
	text-align:center;
	margin-right:15px;
}
/* play button */
div.myPlayer img {
	margin-top:67px;
}
/* info area */
div.myPlayer div.info {
	height:40px;
	background-color:silver;
	color:white;
	text-align:left;
	padding:5px 15px;	
	font-family:"Trebuchet MS";
	font-size:15px;
	margin-top:45px;
}

/* duration data inside info area */
div.myPlayer div.info span {
	color:#11389b;
	display:block;
	font-size:12px;
	font-weight:bold;
}


