        .lavaLampWithImage {
            position: relative;
            padding: 0 0 0 15px;
            margin: 14px 0;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                    height:33px;
                    line-height:33px;
                }
                    .lavaLampWithImage li.back {
                        background: url("../images/btn-red.png") no-repeat right -33px;
                        width: 9px; height: 33px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../images/btn-red.png") no-repeat top left;
                            height: 33px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                            float:none;
                        }
                    .lavaLampWithImage li a {
                        font: normal 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 33px;
                        line-height: 33px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                        padding:0 15px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
