/* CSS Document */
.stacker{ 
  /* creates a containing block so absolutely position children are positioned relative to .outer */ 
  position: relative; 
  left:0px;
} 

.stacker img { 
  border: 0px; 
} 

.nolistprice { 
font-size: 11px;
text-decoration:line-through;
font-family:Georgia, "Times New Roman", Times, serif  
}
.listprice { 
text-decoration:none;
font-family: Verdana, Arial, sans-serif;
color:#B60A0A;
font-size: 11px;
font-weight:bold;  
}
.stacker object, .stacker embed, .stacker img.upper { 
  /* flash objects */ 
  position: absolute; 
  z-index: 1; 
} 

#Foo { 
  left:0px; 
  top: 0px; 
} 

#Jabberwocky { 
  left: 0px; 
  top: 0px; 
} 



