
a.myPlayer { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:center; 
    border:1px solid #999; 
    background-image:url(/videos/digitalsolutions.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 #000; 
}

a.myPlayerwide { 
    display:block; 
    width: 390px; 
    height:232px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:center; 
    border:1px solid #999; 
    background-image:url(/videos/digitalsolutions.jpg);
} 
 
/* play button */ 
a.myPlayerwide img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayerwide:hover { 
    border:1px solid #000; 
}
