#imagerotator,
#imagerotator a {
/* width:100%; */
/* height:100%; */
}
#imagerotator img {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity: 0;
}
#imagerotator img:first-of-type {
    position:relative;
}
#imagerotator img {
/*z-index:-1;*/
}
#imagerotator img.show {
    opacity: 1;
/*z-index:0;*/
}