#enlarge {
		position:relative; 
		padding:0;
		width:150px;
		margin-left: 0px;
		height: 320px;
		text-align: left;
		list-style-type:none;
		font-family: Georgia;
		color: #cccccc;
		overflow: hidden;
	}
	#enlarge li {
		display:block;
		width:200px;
		height:25px;
		line-height:25px;
	}
	#enlarge li#backing {
		position:absolute; 
		top:0; 
		left:0; 
		width:200px; 
		height:250px;}
		
	#enlarge li#backing span {
		display:block; 
		width:200px; 
		height:25px; 
		}
	#enlarge li a {
		display:block;
		width:200px;
		height:25px;
		overflow:hidden;
		position:relative;
		z-index:100;
		color:#000;
		text-decoration:none;
	}
	#enlarge li a span, #enlarge li a em {
		display:block;
		height:25px;
		overflow:hidden;			
		cursor:pointer;
		text-indent:-1000px;
	}
	#enlarge li a:hover {
		position:absolute;
		top:0;
		left:0;
		width:200px;
		height:300px;
		z-index:1;
		background:transparent;
	}
	#enlarge li a:hover span {
		text-indent:0px;
		background:#fff;
	}

