body {
	margin: 0;
	padding:0;
	clear:both;
	bottom:0;
}
.slide-panel {
	z-index: 25;
	width: 5px;
	position: absolute;
}
.bottom {
	bottom: 0;
}
.right {
}
.left {
	position: absolute;
	left: 0;
}
.top {
	top: 0;
}
.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #000000;
	height: 0;
	width: 100%;
	color: #ffffff;
	/* for IE */
  filter:alpha(opacity=90);
	/* CSS3 standard */
  opacity:0.9;
  min-width:1240px;
}
.slide-button {
	background-color:#4c0061;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 150px;
	z-index: 20;
	cursor: pointer;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	color: #ffffff;
	font-size:16px;
}
.slide-button:hover {
	color:#999999;
}
.lavaLamp {
	position: relative;
	margin:0;
	height:40px;
	width: 100%;
	padding-left: 15px;
	overflow:hidden;
	z-index:59;
}
.lavaLamp li {
	float: left;
	list-style: none;
}
.lavaLamp li.back {
	border:none;
	background-color: #616161;
	width: 9px;
	height: 40px;
	z-index: 60;
	position:absolute;
}
.lavaLamp li a {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 61;
	display: block;
	float: left;
	height: 40px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
	border: none;
}
