img {border: none;}
/*--* {margin: 0; padding: 0; outline: none;}--*/


#footpanel {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #e3e2e2;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	width: 94%;
	margin: 0 3%;
}
*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 1.1em;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px; /*--For text replacement - Shove text off of the page--*/
	height: 16px; width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
}
html #footpanel ul li a:hover{	background-color: #fff; }
html #footpanel ul li a.active { /*--Active state when sub-panel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active link on top of the sub-panel--*/
	position: relative;
}
#footpanel a.home{
	background: url(home.png) no-repeat 15px center;
	width: 50px;
	padding-left: 40px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}

a.find {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: -5px -5px;
}
a.tags {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: -5px -41px;
}
a.stats {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: -5px -77px;
}
a.bec {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: -5px -113px;
}
a.bydate {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: -5px -149px;
}
a.random {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: -5px -185px;
}
a.videos {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: -5px -221px;
}
a.upload {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: -5px -257px;
}
a.cache {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: -5px -293px;
}
a.feed {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: -5px -329px;
}
a.ad {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: -5px -365px;
}
a.twit {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: -5px -401px;
}
a.face {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: -5px -437px;
}
a.shop {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: -5px -473px;
}
#footpanel a.home {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: 5px -509px;
}
#footpanel a.count {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: 5px -545px;
}
#footpanel a small {
  background-image: url(http://4cache.net/spriteme1.png);
  background-position: -50px -616px;
}

#footpanel a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%;
	margin-left: -40px; /*--Center the tooltip--*/
	z-index: 9999;
}


