.popeye {
    overflow-y:       auto;   /* fallback popeye is scrolling! */
    overflow-x:		  hidden;
    height:         220px;  /* set to max height of fallback popeye */
    padding-right:	18px !important;
}
.popeye ul,               /* reset browser list styles */
.popeye li {              
    list-style:     none; 
    margin:         0;
    padding:        0;
}
.popeye-tools-wrap,
.popeye-tools {
    overflow:       hidden;
}
.popeye-stage {
    background:     transparent no-repeat center center;  
}
.popeye-cap {
    overflow:       auto;   /* if height is set, caption will scroll */
}
