
/* LavaLamp Specific CSS: */

/* Demo 1 - Spaceship returnHome Demo */
#lavaLampBasicImage {
	position: relative;
	width: 800px;
	background: url("/images/bg.gif") no-repeat top;
	padding-right:5px;
	margin: 0px 0;
	overflow: hidden;
	height:20px;
}
#lavaLampBasicImage li {
	float: left;
	list-style: none;
}
#lavaLampBasicImage li.backLava {
	background: url("/images/lava.gif") no-repeat right -30px;
	width: 9px; 
	height: 20px;
	z-index: 8;
	position: absolute;
}
#lavaLampBasicImage li.backLava .leftLava {
	background: url("/images/lava.gif") no-repeat top left;
	height: 20px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#lavaLampBasicImage li a {
	font: 12px 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: 20px;
	position: relative;
	overflow: hidden;
	margin: auto 8px;    
}
#lavaLampBasicImage li a:hover, #lavaLampBasicImage li a:active, #lavaLampBasicImage li a:visited {
	color: #fff;
	border: none;
}

/* Demo 2 - Vote Default on item 2 */
#lavaLampVariableImage {
	position: relative;
	width: 800px;
	margin: 5px 0;
	overflow: hidden;
}
#lavaLampVariableImage li {
	float: left;
	display:inline;
	list-style: none;
}
#lavaLampVariableImage li.backLava {
	background: url("/images/slider-right.png") no-repeat top right;
	width: 24px;
	z-index: 8;
	position: absolute;
}
#lavaLampVariableImage li.backLava .leftLava {
	background: url("/images/slider-bg.png") no-repeat top left;
	height: 100%;
	margin-right:24px;
}
#lavaLampVariableImage li.backLava .cornerLava {
	background: url("/images/slider-corner.png") no-repeat bottom right;
	height:27px;
	width:24px;
	position:absolute;
	bottom:0px;
	right:0px;
}
#lavaLampVariableImage li.backLava .bottomLava {
	background: url("/images/slider-bottom.png") no-repeat bottom left;
	height:27px;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
}
#lavaLampVariableImage li a {
	font: 12px arial;
	text-decoration: none;
	color:#333333;
	outline: none;
	text-align: center;
	padding: 17px 10px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin: auto 10px;    
}
#lavaLampVariableImage li a:hover, #lavaLampVariableImage li a:active, #lavaLampVariableImage li a:visited {
	color: #333;
	border: none;
}
