/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 520px; 
    height:312px;  
    text-align:center; 
    float:left; 
    border:1px solid #999; 
    background-image: url('/mediathek/splash.jpg')
} 
 
/* 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 #eb1e23; 
}
