/* Demo 2 - Vote Default on item 2 */
#lavaLampVariableImage {
	position: relative;
	width: 960px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-left: 280px;
}
#lavaLampVariableImage li {
	float: left;
	display: inline;
	list-style: none;
}
#lavaLampVariableImage li.backLava {
	z-index: 8;
	position: absolute;
}
#lavaLampVariableImage li.backLava .leftLava {
	background: url("images/nav-bg.png") no-repeat top left;
	height: 100%;
}
#lavaLampVariableImage li.backLava .cornerLava {
	/*background: url("images/slider-corner.gif") no-repeat bottom right;*/
	
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#lavaLampVariableImage li.backLava .bottomLava {
	/*background: url("images/slider-bottom.gif") no-repeat bottom left;*/
	
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#lavaLampVariableImage li a {
	width: 100px;
	height: 30px;
	font-family: sony_sketch;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	padding: 0;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0;
}
#lavaLampVariableImage li a:hover, #lavaLampVariableImage li a:active, #lavaLampVariableImage li a:visited {
	color: #fff;
	border: none;
}
