/***************************************
Tracks Plugin
***************************************/
.pptracks  {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #fdfdfd;
    line-height: 25px;
    z-index: 8;
    font-size: 24px;
    background-color: #000000;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000059,endColorstr=#00000059);
    text-align: center;
    -webkit-backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
    -webkit-transition: bottom 0.5s linear;
    -moz-transition: bottom 0.5s linear;
    -o-transition: bottom 0.5s linear;
    transition: bottom 0.5s linear;        
    text-transform:none;
}

.fullscreen .pptracks {
    bottom: 0;
}

.pptracks.shifted,
.ppstatepaused .pptracks {
    bottom: 54px;
    -webkit-backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
    -webkit-transition: bottom 0.1s linear;
    -moz-transition: bottom 0.1s linear;
    -o-transition: bottom 0.1s linear;
    transition: bottom 0.1s linear;       
}

.pptracksbtn.inactive,
.pptracks.inactive {
    display: none;
}

.pptracksbtn.active,
.pptracks.active {
    display: block;
}

.pptracks span {
    position: relative;
}

.pptracksbtn.on {
    -moz-opacity:1;
    -ms-filter:"alpha(opacity=100)";
    filter:alpha(opacity=100);
    opacity:1;    
}

.pptracksbtn.off {
    -moz-opacity:.70;
    -ms-filter:"alpha(opacity=70)";
    filter:alpha(opacity=70);
    opacity:.70;    
}
