
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("/gfx/lava.gif") no-repeat right -30px;
                        width: 9px; height: 2px;
                        z-index: 8;
                        position: absolute;
						top:-5px;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("/gfx/lava.gif") no-repeat top left;
                            height: 2px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                        

        