#mp3playercontainer{
text-align:center;
width: 350px;
height:150px;
font-size:14px;
font-weight:bold;
padding: 4px;
border: 1px solid black;
background-color: white;
visibility: hidden;
position: absolute;
left: 50%;
top: 50%;
margin-top: -75px; /* make this half your image/element height */
margin-left: -175px; /* make this half your image/element width */
z-index: 300;
}
#mp3player{
text-align:center;
font-size:12px;
font-weight:normal;
border: 0px solid black;
padding: 4px;
background-color: lightgray;
visibility: hidden;
}

#mp3playerstop{
text-align:center;
font-size:12px;
font-weight:normal;
visibility: hidden;
}

#mpVplayercontainer{
text-align:center;
width: 350px;
height:350px;
font-size:14px;
font-weight:bold;
padding: 4px;
border: 1px solid black;
background-color: white;
visibility: hidden;
position: absolute;
left: 50%;
top: 50%;
margin-top: -175px; /* make this half your image/element height */
margin-left: -175px; /* make this half your image/element width */
z-index: 300;
}
#mpVplayer{
text-align:center;
font-size:12px;
font-weight:normal;
border: 1px solid black;
padding: 4px;
background-color: lightgray;
visibility: hidden;
}

#mpVplayerstop{
text-align:center;
font-size:12px;
font-weight:normal;
visibility: hidden;
}