a.myPlayer { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:none; 
    border:1px solid #999; 
    color: #80ca7f;
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #d81818; 
}

.infop {display:block;
	height:40px;
	width: 320px;
	background:#000;
	opacity:0.7;
	color:#fff;
	margin-top:-32px;
	text-align:center;
	padding-top:15px;
	padding-bottom:5px;
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border:1px solid #ccc;

}


.infop span {
	color:#99FF99;
	font-weight:bold;
}

h5, h6 {
	letter-spacing:-1px;
	font-weight:bold;		
	margin-bottom:-10px;
	margin-top:15px;
	padding:5px;
	text-align:center;
	background: #535a5a;
}

h5 {
	font-size:22px;
}

h6 {
	font-size:18px;}

p {
	background: #535a5a;
	font-size:12px;
	text-align:center;
	padding: 10px;
	margin: 20px;
	}


