* { margin: 0; padding: 0; }
 
.stack { position: fixed; bottom: 0px; left: 20px; }
.stack > img { position: relative; cursor: pointer; padding-bottom: 20px; z-index: 2; }
.stack ul { list-style: none; position: absolute; top: -60px; left: 5px; cursor: pointer; z-index: 1; }
.stack ul li { position: absolute; }
.stack ul li img { border: 0; }
.stack ul li span { display: none; }
.stack .openStack li span { 
	font-family: Verdana, Ariel;
	font-weight: bold;
	display:block;
	height: 14px;
	position:absolute;
	top: 17px;
	left: 70px;
	line-height: 14px;
	border: 0;
	background-color:#d62f85;
	padding: 3px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #FFFFFF;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
}

/* IE Fixes */
.stack { _position: absolute; }
.stack ul { _z-index:-1; _top:-15px; }
.stack ul li { *right:5px; }
