.popeye {
    overflow: auto;   /* fallback popeye is scrolling! */
    height: 180px;  /* set to max height of fallback popeye */
}
.popeye ul, .popeye li {              
    list-style:     none; 
    margin: 0;   padding:0;
}
.popeye-tools-wrap, .popeye-tools { overflow:hidden;}
.popeye-cap {overflow: auto;}   /* if height is set, caption will scroll */
