.lavaLamp {
	position: relative;
	margin: 0px 0;
	overflow: hidden;
}
.lavaLamp li {
	float: left;
	list-style: none;
	height: 70px;
	width: 125px;
}
.lavaLamp li.back {
	background: url("../images/patient_home/nav_arrow.gif") no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
	margin-top: 10px;
	margin-left: 8px;
	clear: left;
	_background: none;
}
.lavaLamp li.back .left {
	background: url("../images/patient_home/nav_arrow.gif") no-repeat top left;
	height: 10px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
	width: 125px;
	_background: none;
}
/* .lavaLamp li a {
	font: bold 14px 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;    
}*/
.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
	border: none;
}
             
