.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-stage {background:transparent no-repeat center center; }
.popeye-cap {overflow: auto;}


