@charset "utf-8";
/* styling of the container. */ 
a.myPlayer { 
    display:inline-block; 
    width: 480px; 
    height:377px;  
    text-align:center;
	background: #000 center no-repeat;
	margin-top: 25px;
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:149px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:0px solid #000; 
}