.panel
{
 display:none;
 z-index:1;
 position:absolute;
 margin-top:-70px;
 @margin-top:-72px;/*IE only*/
}
.panel.fallback /*if js off*/
{
 display: block;
}
.duration,
.position
{
 display:none;
}
#panels,
.panel img,
embed,
object
{
 width:440px;
 height:184px
}
#panels
{
 margin-left: 8px;
 background-color:#000;
 overflow:hidden;
}
#logo img
{
 top:70px;
 z-index:2;
 position:relative;
 opacity:.7;
 /*IE only:*/
 filter: alpha(opacity = 70);
 zoom: 1;
 border:0;
}
img 
{ 
 -ms-interpolation-mode: bicubic; 
}
