/* LavaLamp Specific CSS: */
/* Demo 2 - Vote Default on item 2 */
#lavaLampVariableImage {
position:relative;
float:right;
}
#lavaLampVariableImage li, .backLava {
float: left;
display:inline;
list-style: none;
}
#lavaLampVariableImage li.backLava {

background: url("images/lavalampbg.jpg") repeat-x top right;
border:1px #333 solid;
z-index: 8;
height:28px !important;
margin-top:10px;
position: absolute;
/*
width: 24px;
*/
}
#lavaLampVariableImage li.backLava .leftLava {
/*
background: url("images/slider-bg.gif") no-repeat top left;
height: 100%;
margin-right:24px;
*/
}
#lavaLampVariableImage li.backLava .cornerLava {
/*
background: url("images/slider-corner.gif") no-repeat bottom right;
height:27px;
width:24px;
position:absolute;
bottom:0px;
right:0px;
*/
}
#lavaLampVariableImage li.backLava .bottomLava {
/*
background: url("images/slider-bottom.gif") no-repeat bottom left;
height:27px;
width:100%;
position:absolute;
bottom:0px;
left:0px;
*/
}
#lavaLampVariableImage li a {
font: bold 14px arial;
text-decoration: none;

outline: none;
text-align: center;
padding: 17px 10px;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
position: relative;
overflow: hidden;
margin: auto 10px;    
}
#lavaLampVariableImage li a:hover, #lavaLampVariableImage li a:active, #lavaLampVariableImage li a:visited {

border: none;
}

