.lavaLampWithImage {
	position: relative;
	height: 60px;
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	background: url("../imagens/seta.gif") no-repeat bottom center;
	width: 9px;
	height: 10px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	background: url("../imagens/seta.gif") no-repeat bottom center -1px;
	height: 51px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #30A745;
	outline: none;
	text-align: center;
	top: 4px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 10px 21px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: 0;
}