.popeye {
	overflow:       hidden;   /* fallback popeye is scrolling! */
	height:         400px;  /* set to max height of fallback popeye */
/*	width: 530px;*/
	margin:0px;
	padding:0px;
}
.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 */
	height:0px;
	margin-bottom:0px;
}

