        .lavaLampWithImage {
           position: relative; /* 
            height: 29px;
            width: 421px;
            background: url("../images/bg.gif") no-repeat top;
            padding: 15px;
            margin: 10px 0; */
            overflow: hidden; 
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                                            margin-right: 55px;

                }
                
                #eventWrapper .lavaLampWithImage li {
                margin-right: 40px;
                }
                
                    .lavaLampWithImage li.back {
                     /*   background: url("../images/lava.gif") no-repeat right -30px; */
                        width: 0px; height: 130px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../images/mainMenuHighlight.png") repeat-x top left;
                            height: 130px;
                            margin-right: 0px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        outline: none;
                        text-align: center;
                        top: 7px;
                        z-index: 10;
                        display: block;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

   