body {
    overflow:hidden;
    margin: 0px;
}

.panel
{
  position:absolute;
  left:-400px;
   top:0px;
   font-family: "Segoe UI",Arial, sans;
  font-size: 12.73px;
  transition: all 0.2s ease;
  background:rgba(255,255,255,0.7);
  box-shadow: 8px 0px 20px 2px rgba(0,0,0,0.04);
}

.main{
 font-family: "Segoe UI",Arial, sans;
   font-size:20px;
   margin-top:20px;
   margin-left:20px;
   opacity:0.5;
   line-height:100%;
   cursor:pointer;
}

.panel h1{
   padding:0px;
   margin:0px;
   padding-right:20px;
   font-family: "Segoe UI Light","Segoe UI",Arial, sans;
   text-align:right;
   font-size:12px;   
   color:#444;
}

.panel hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.panel .content
{
 position:absolute;
 overflow-y:auto;
 overflow-x:hidden;

 bottom:27px;

 transition: all 0.2s ease;
}

.main img{
 position:absolute;
 padding-top:4px;
 display:inline-block;  
 transition: all 0.2s ease;
}
.main .text{
 position:absolute;
 display:inline-block;  
 width:200px;
 transition: all 0.2s ease;
}

.main:hover{
   opacity:1.0;
}

.panel ul
{
list-style: none;
padding: 0;
margin: 0 3em 0 0;
}

.panel li
{
   opacity:0.8;
   width:210px;
   padding:3px 0px 3px 20px;
   cursor:pointer;
}

.panel li:hover
{
   background:#fff;
   opacity:1.0;
}

.playButton{
	font-family: 'Segoe UI SemiBold','Segoe UI', Arial, sans-serif;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 5px 15px 5px 15px;
	font-size:13.64px;
	background: #00AEEE;
	color: #FFF;
	border: 0px none;
	outline: 0px none;
	cursor: pointer;
	right:10px;margin-top:10px;position:absolute;
}
.playButton:hover {background: #0090C6;text-decoration: none;color: white;}

.buttons
{

 float:left;
 bottom:6px;
 left:5px;
 position:absolute;
}
.buttons .passive, .buttons .active
{
 cursor:pointer;
 padding:2px 4px 2px 4px;
}
.buttons .active
{
 border-bottom: 2px solid #000;
}

.buttons .passive:hover
{
 background:#e7e7e7;
}
.buttons .active:hover
{
 background:#fff;
}


