.lavaLampBottomStyle {
    position:relative;
    height:70px;
    width:540px;
    background-color:#000;
    overflow:hidden;
}
.lavaLampBottomStyle li {
    margin:6px 0 0 0;
    float:left;
    list-style:none;
}
.lavaLampBottomStyle li.back {
    border-bottom:4px solid #fff;
    height:60px;
    z-index:8;
    position:absolute;
}
.lavaLampBottomStyle li a {
    outline:none;
    text-align:center;
    z-index:10;
    display:block;
    float:left;
    height:60px;
    position:relative;
    overflow:hidden;
}
.lavaLampBottomStyle li img {margin:0;}
.lavaLampBottomStyle li.spacer {width:14px;}
               