/*************************************
**	Splash Multiple Player
*************************************/
/* styling of the container. */ 
a.splashMultiPlayer { 
    display:block; 
    width: 280px; 
    height:210px;  
    text-align:center; 
    margin:0 15px 0 0; 
    float:left; 
    border:0px solid #999; 
}  
 
/* play button */ 
a.splashMultiPlayer img { 
    margin-top:66px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.splashMultiPlayer:hover { 
    //border:1px solid #000; 
}

/*************************************
**	Sidebar Multiple Player
*************************************/
/* styling of the container. */ 
a.sidebarMultiPlayer { 
    display:block; 
    width: 280px; 
    height:210px;  
    text-align:center; 
    margin:0 0 0 8px; 
    float:left; 
    border:0px solid #999; 
} 
 
/* play button */ 
a.sidebarMultiPlayer img { 
    margin-top:66px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.sidebarMultiPlayer:hover { 
    //border:1px solid #000; 
}
