
/*     */
/*         ,     <a href="#nogo"> 
     IE6 */
     
.ienlarger {
    float: none; /*  left */
    clear: none; /*   left  right   */
    padding-bottom: 5px; /*   .      */
    padding-right: 5px; /*       */
}
		    
.ienlarger a { 
	display:block;
    text-decoration: none;
    /*    cursor:default;,       */
}
			    
.ienlarger a:hover{ /*      */
        position:relative;
}
				
.ienlarger span img {
    border: 1px solid #FFFFFF; /*     */
    margin-bottom: 8px; /* /     */
}
					
.ienlarger a span {  /*      */
    position: absolute;
    display:none;
    color: #FFCC00; /*   */
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; /*    */
    background-color: #00000000;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 13px;
    padding-left: 10px;
}
										
.ienlarger img { /*  IE,       */
    border-width: 0;
}
										
.ienlarger a:hover span { 
    display:block;
    top: 50px; /*      50px   */
    left: -290px; /*      90px   */
    z-index: 100;
											    
/*    cursor:default;,          */
}
												
.resize_thumb {
    width: -150px; /*      */
    height : auto;
}