﻿/* Demo 1 - Spaceship returnHome Demo */
#lavaLampBasicImage {
	position: absolute;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height:24px;
	top:45px;
	right:20px;
}
#lavaLampBasicImage li {
	float: left;
	list-style: none;
}
#lavaLampBasicImage li.backLava {
	background: url("lava.gif") no-repeat right -24px;
	width: 5px; height: 24px;
	z-index: 8;
	position: absolute;
}
#lavaLampBasicImage li.backLava .leftLava {
	background: url("lava.gif") no-repeat top left;
	height: 24px;
	margin-right: 5px; /* 7px is the width of the rounded shape */
}
#lavaLampBasicImage li.page_item a {
	font: bold 11px arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 5px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 24px;
	position: relative;
	overflow: hidden;
	margin: 0 7px 0 7px;    
}
#lavaLampBasicImage li.page_item a:hover, #lavaLampBasicImage li.page_item a:active, #lavaLampBasicImage li.page_item a:visited {
	color: #000;
	border: none;
}

