﻿
#overlay {
    position:absolute;
    font-weight: bold;
    font-family: Arial;
    width: auto;
    height: 31px;
    border-bottom: solid 0px #333;
    text-align: center;
     top: 0px;
    left: 0px;
    z-index: 4000;
    display: block;
    opacity: .8;
 

}

 #TitlePlaying, #TitlePlaying a {
    float: left;
    font-weight:bold;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
    text-decoration:none;
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    text-align:left;
    white-space:nowrap; 
    -webkit-text-stroke: 1px black;
    color: white;
    text-shadow:
       1px 1px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;  
    background:rgb(0,0,0);  
    background: transparent\9;  
    background:rgba(0,0,0,0.4);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1; 
    padding: 5px;
    border-radius: 5px;
    margin:3px;
 }
        
