.projekktor { 
    overflow:hidden; 
    font-family: 'Lucida Grande', Arial, Sans-Serif;
}
     
.ppcontrols {  
    position: relative;
    left: 50%;
    margin-left:-275px;
    margin-top: -110px;
    display: block; 
    width: 549px; 
    height: 87px;
    background: transparent url(theme/mxskin.png) 0 0 no-repeat;
    z-index:8000;
    padding: 0px;
}

.ppfsexit { 
    display:block;
    position: absolute;
    margin: 55px 507px;
    background: transparent url(theme/mxskin.png) -559px 0 no-repeat;
    width: 34px; 
    height: 27px;
    cursor: pointer;
}

.ppfsenter { 
    display:block;
    position: absolute;
    margin: 55px 507px;
    background: transparent url(theme/enter_fullscreen.png) 0 0 no-repeat;
    width: 34px; 
    height: 27px;
    cursor: pointer;
}

.ppfsexit:hover {
    background: transparent url(theme/mxskin.png) -595px 0 no-repeat;
}


.ppplay { 
    display:block;
    position: absolute;
    top: 50px;
    left: 258px;
    background: transparent url(theme/mxskin.png) -825px 0 no-repeat;
    width: 34px; 
    height: 27px;
    cursor: pointer;
}

.ppplay:hover {
    background: transparent url(theme/mxskin.png) -869px 0 no-repeat;
}

.pppause { 
    display:none;
    position: absolute;
    top: 50px;
    left: 258px;
    background: transparent url(theme/mxskin.png) -737px 0 no-repeat;
    width: 34px; 
    height: 27px;
    cursor: pointer;
}

.pppause:hover {
    background: transparent url(theme/mxskin.png) -781px 0 no-repeat;
}

.ppnext { 
    position: absolute;
    top: 54px;
    left: 300px;        
    background: transparent url(theme/mxskin.png) -631px 0 no-repeat;
    width: 34px; 
    height: 27px;
    cursor: pointer;
}

.ppnext:hover {
    background: transparent url(theme/mxskin.png) -684px 0 no-repeat;
}

.ppprev { 
    position: absolute;
    top: 54px;
    left: 208px;        
    background: transparent url(theme/mxskin.png) -913px 0 no-repeat;
    width: 34px; 
    height: 27px;
}

.ppprev:hover {
    background: transparent url(theme/mxskin.png) -966px 0 no-repeat;
}

.pptitle {
    position: absolute;
    top: 10px;
    left: 13px;    
    height: 15px; 
    width: 523px; 
    cursor: pointer; 
    text-align:center;
    font-weight: bold;
    color: #fff;  
}

.pptleft {
    position: absolute;
    top:57px;
    left: 410px;    
    height: 15px; 
    width: 85px; 
    cursor: pointer; 
    text-align:left;    
    font-size: 9px;
    color: #fff;  
}


.ppscrubber {
    position: absolute;
    top: 35px;
    left: 13px;
    height: 5px; 
    width: 523px; 
    cursor: pointer;   
}

.ppplayhead, .pploaded 
{
    z-index: 101; 
    position: absolute;
    bottom:0;
    height: 5px; 
    width: 1px; 
    background-color: #fff; 
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;    
}

.pploaded {
    z-index: 100;
    background: transparent url(theme/loaded.png) repeat-x;
}

.ppvslider {
    position: absolute;
    top:50px;
    left:27px;    
    height: 30px; 
    width: 90px;      
}

.ppvknob  {
    cursor: pointer;
    z-index: 201; 
    position: absolute;
    background: transparent url(theme/mxskin.png) -1928px 0 no-repeat;
    top:9px;
    left:0px;
    width: 9px; 
    height: 20px;
}

.ppvknob:hover  {
    background: transparent url(theme/mxskin.png) -1947px 0 no-repeat;
}


.ppvmax  {
    cursor: pointer;
    position: absolute;
    top:57px;
    left:125px;
    background: transparent url(theme/mxskin.png) -1739px 0 no-repeat;
    width: 15px; 
    height: 13px;
}

.ppvmax:hover  {
    background: transparent url(theme/mxskin.png) -1764px 0 no-repeat;
}


.ppmute  {
    cursor: pointer;
    position: absolute;
    background: transparent url(theme/mxskin.png) -1789px 0 no-repeat;
    top:57px;
    left:12px;
    width: 15px; 
    height: 13px;
}

.ppmute:hover  {
    background: transparent url(theme/mxskin.png) -1806px 0 no-repeat;
}

.pptestcard {
    background: transparent url(theme/testcard.jpg) center center no-repeat;
    width: 100%;
    height: 100%;
    color: red;
    font-weight: bold;
    font-size: 24px;
    overflow: hidden;
}


.ppbuffering {
    position: relative;
    left: 50%;
    top: -50%;
    margin-left:-30px;
    margin-top: -60px;    
    display: block; 
    z-index:8000;
    padding: 0px;
    background: #F6F6F6 url(theme/buffering.gif) center center no-repeat;
    height: 60px; 
    width: 60px; 
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;        
    display: none;
}

.ppstart {
    position: relative;
    left: 50%;
    top: -50%;
    margin-left:-50px;
    margin-top: -30px;
    display: block; 
    z-index:8000;
    padding: 0px;
    background: #F6F6F6  url(theme/start.png) center center no-repeat;
    cursor: pointer;
    height: 50px; 
    width: 100px; 
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;     
    display: none;
    filter:alpha(opacity=75);
    opacity: 0.75;
    -moz-opacity:0.75;
}


.ppstart:hover {
    filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
}

.pptestcard p {
    background-color: #fdfdfd;
    width: 50%;
    margin: auto;
    line-height: 25px;
    position: relative;
    top: 40%;    
    padding: 10px;
    border:5px solid #000;
    text-align: center;
}


.projekktor a {display:block;}
.ppvideo { display:block; width: 100%; height: 95%; overflow:hidden; margin: auto;}
