 
.panel {
position: fixed;
top:230px;
right: 0;
display: none;
background: #000000;
border:1px solid #111111;
-moz-border-radius-topleft:10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius:10px;
width:250px;
height: auto;
padding:0px 70px 20px 10px;
 }

 


 a.trigger{ position: fixed;top:190px;right: 0;padding:0;background:url(../images/esssite/theme/download-right-plus.png) left top no-repeat;display: block; width:49px; height:144px;}
a.trigger:hover{width:55px;}



a.active.trigger {background:url(../images/esssite/theme/download-right-close.png) left top no-repeat;}

 
