.lavaLampWithImage {
	position: relative;
	height: 31px;
	width:480px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(/images/sp/bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	top: 525px;
	left: -150px;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	background-color: #b7aa00;
	background-position: right;
}
.lavaLampWithImage li.back .left {
	height: 30px;
	margin-right: 9px; 
	background-color: #b7aa00;
	background-position: left top;
}
.lavaLampWithImage li a {
	font: 13px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;    
}
