.stack { 
	position: fixed; 
	bottom: 15px; 
	right: 20px; 
	font: 13px "Trebuchet MS", Verdana, Helvetica, sans-serif; 
	color: #666;
	z-index: 850;
}
.stack > img { 
	position: relative; 
	cursor: pointer; 
	padding-top: 35px; 
	z-index: 2;
	display: inline-block; 
	margin-left: 0px;
}
.stack ul { 
	list-style: none; 
	position: absolute; 
	top: 5px; 
	cursor: pointer; 
	z-index: 1; 
	padding: 0;
	margin: 0;
	top: -50px; left: 10px; 
}
.stack ul li { 
	position: absolute;
	top: 55px; 
	left: -10px;
}
.stack ul li img { 
	border: 0;
}
.stack ul li span { 
	display: none;
}
.stack .openStack li span { 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	display:block;
	height: 18px;
	position:absolute;
	top: 17px;
	right:60px;
	line-height: 14px;
	border: 0;
	background-color:#000;
	padding: 3px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fcfcfc;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	opacity: .85;
	filter: alpha(opacity = 85);
}
