.lavaLampWithImage {
position: relative;
height: 80px;
width: 450px;
padding: 15px;
margin: 10px 0;
overflow: hidden;
top		: 61px;
left	: -107px;

}
.lavaLampWithImage li {
float: left;
list-style: none;
}
.lavaLampWithImage li.back 
{
background: url("images/hover.png") no-repeat top left;
height: 80px;
width	: 9px;
z-index: 8;
position: absolute;

}


   
.lavaLampWithImage li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	left:10px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
   
	position: relative;
	overflow: hidden;
	width		: 80px;
	height		: 80px;
}
	.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
		border: none;
	}
#socialbg
{
	display	: block;
	width	: 250px;
	height	: 150px;
	background	: url(images/follow-me.jpg) no-repeat;
	overflow	: hidden;
}						

#socialbg a.twitter
{
	background: url(images/twitter.png) 5px 14px no-repeat;
}
	
#socialbg a.facebook
{
	background: url(images/facebook.png) 5px 14px no-repeat;
}
	
#socialbg a.youtube
{
	background: url(images/youtube.png) 5px 14px no-repeat;
}
					
