        .lavaLampWithImage {
            position: relative;
            height: 47px;
            width: 920px;
			margin-left:10px;
			margin-right:10px;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../images/lava.gif") no-repeat right -47px;
                        width: 15px; height: 47px;
                        z-index: 10;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../images/lava.gif") no-repeat top left;
                            height: 47px;
                            margin-right: 15px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 13px arial;
                        text-decoration: none;
                        color: #5a5a5a;
                        outline: none;
                        text-align: center;
                        top: 5px;
                        letter-spacing: 0;
                        z-index: 20;
                        display: block;
                        float: left;
                        height: 20px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 20px !important;
						margin: auto 10px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }