.lavaLampWithImage {
  position: relative;
  height: 164px;
  width: 100%;
  padding: 15px;
  margin: 10px 0;
}
.next-stat{
  margin-left:30px;
}
.lavaLampWithImage li {
  float: left;
  list-style: none;
}
.lavaLampWithImage li.back {
  background: url("../images/block-stati-main.png") no-repeat right top;
  width: 217px; height: 164px;
  z-index: 8;
  position: absolute;
}
.lavaLampWithImage li.back .left {
  background: url("../images/block-stati-main.png") no-repeat top right;
  height: 164px;
  /* margin-right: 9px;*/
}
.lavaLampWithImage li span {
  font-family:"Trebuchet MS"; 
  top: 7px;
  z-index: 10;
  display: block;
  color:#7f8386;
  float: left;
  height: 164px;
  width:200px;
  position: relative;
  overflow: hidden;
  margin: auto 10px;  
}
#lavaitem1{
	background-image:url('../images/lavaitem1.png');
  background-repeat:no-repeat;
  background-position: 100% 60%;
}
#lavaitem2{
	background-image:url('../images/lavaitem2.png');
  background-repeat:no-repeat;
  background-position: 100% 60%;
}
#lavaitem3{
	background-image:url('../images/lavaitem3.png');
  background-repeat:no-repeat;
  background-position: 100% 0%;
}
#lavaitem4{
	background-image:url('../images/lavaitem4.png');
  background-repeat:no-repeat;
  background-position: 100% 0%;
}
.desc{
  color:#ffd24f;
  font-size:18px;
  margin-top:0;
}
.lavaLampWithImage li a{
  cursor:pointer;
	color:#737373;
}
.lavaLampWithImage li a:hover{
	text-decoration:underline;
}

