#stacksNav {
	width: 145px;
	height: 25px;
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 45px 7px 0 0;
	background: #333;
	color: #f5f5f5;
	text-align: center;
	border-top-right-radius: 14px;
	-webkit-border-top-left-radius: 14px;
	-moz-border-radius-topleft: 14px;
	opacity: .65;
	filter: alpha(opacity = 65);
}

.stack { position: relative;  }
.stack > img { position: relative; cursor: pointer; padding-top: 0px; z-index: 9000; }
.stack ul {
	list-style: none;
	position: absolute;
	top: 5px;
	cursor: pointer;
	z-index: 8000;
	margin: 0px;
	padding: 0px;
}
.stack ul li { position: absolute; }
.stack ul li img { border: 0; }
.stack ul li span { display: none; }
.stack .openStack li span { 
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	display:block;
	height: 30px;
	width: 120px;
	position:absolute;
	top: 90px;
	right:160px;
	line-height: 14px;
	border: 0;
	background-color:#000;
	padding: 3px 10px;


	color: #fcfcfc;
	text-align: center;
	text-shadow: #000 1px 1px 1px;


}

/* IE Fixes */
#stacksNav { _position: absolute; }
.stack { _position: absolute; }
.stack ul { _z-index:-1; _top:-15px; }
.stack ul li { *right:5px; }
