.stack { 
	position: relative; 
	top: -4px; 
	right: 0px; 
}  

.stack > img { 
	position: relative; 
	cursor: pointer; 
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 2; 
}  

.stack ul { 
	list-style: none; 
	position: absolute; 
	top: -300px; 
    left: 60px;
	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: "Lucida Grande", Lucida, Verdana, sans-serif;  
    display:block;  
    height: 14px;  
    position:absolute;  
    top: 10px;  
    left: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);  
}  
    
/* IE Fixes */  
.stack { _position: absolute; }  
.stack ul { _z-index:-1; _top:5px; }  
.stack ul li { *left:5px; }  