.lavaLampWithImage {
	position: relative;
	overflow: hidden;
	padding:8px;
}

* html .lavaLampWithImage {
	position: relative;
	overflow: hidden;
	padding:8px;
	width:544px;
}

.lavaLampWithImage li {
	float: left;
	margin:0 0 0 5px;
	list-style: none;
}
.lavaLampWithImage li:hover {
	background:#E5E5E5;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.lavaLampWithImage .selected {
	background:#E5E5E5;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.lavaLampWithImage li a:link, .lavaLampWithImage li a:visited {
	font: normal 11px arial;
	text-decoration: none;
	color: #5C5B5B;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 8px;
	font-weight:bold;    
}
.lavaLampWithImage li a:hover, 
.lavaLampWithImage li a:active {
	border: none;
}