/* CSS Document */


#sticky {
	}
#sticky div {
	/*border:#666 solid 1px;*/
	width:auto;
	position:absolute;
	left:6px;
	top:18px;
	}
#sticky ul {
	margin:0;
	padding:0;
	}
#sticky li {
	list-style:none;
	text-decoration:none;
	height:20px;
	width:20px;	
	}
#sticky li a {
	padding:3px;
	}	
/*#sticky li.facebook a {
	background:url(../images/icons/fb.png) no-repeat;
	}
#sticky li.facebook a:hover {
	background:url(../images/icons/fbhover.png) no-repeat;
	}
#sticky li.panoramio a {
	background:url(../images/icons/panoramio.png) no-repeat;
	}
#sticky li.panoramio a:hover {
	background:url(../images/icons/panoramiohover.png) no-repeat;
	}
#sticky li.iwiw a {
	background:url(../images/icons/iwiw.png) no-repeat;
	}
#sticky li.iwiw a:hover {
	background:url(../images/icons/iwiwhover.png) no-repeat;
	}
#sticky li.picasa a {
	background:url(../images/icons/picasa.png) no-repeat;
	}
#sticky li.picasa a:hover {
	background:url(../images/icons/picasahover.png) no-repeat;
	}*/
#sticky a {
	position:relative;
	float:left;
	display:block;
	z-index:100;
	width:20px;
	height:20px;
	}
#sticky a:hover {
	position:relative;
	float:left;
	display:block;
	z-index:100;
	width:20px;
	height:20px;
	}

