.lavaLampWithImage {
	position: relative;
	height: 40px;
	width: 579px;
	padding: 10px;
	margin: 10px;
	overflow: hidden;
	border: 0px solid #ff0000;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}

.lavaLampWithImage img {
	border: none;
}

.lavaLampWithImage li.back {
	width: 7px;
	height: 42px;
	z-index: 8;
	position: absolute;
	background: url(../images/lava-r.png) no-repeat scroll right top;	
	/*border:1px solid #ff0000;*/
	
}
.lavaLampWithImage li.back .left {
	height: 42px; 
	background: url(../images/lava.png) no-repeat scroll top left ;
	/*border:1px solid #111111;*/
	margin-right: 19px; /* 7px is the width of the rounded shape */
	
	
}
.lavaLampWithImage li a {
	text-decoration: none;
	outline: none;
	z-index: 10;
	display: block;
	float: left;
	height: 42px;
	position: relative;
	overflow: hidden;
	background-position: bottom;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto 5px;
	
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}
       
