 .photo-list {
 display:horizontal;
 overflow:visible !important /*Firefox*/;
 overflow:hidden /*IE6*/;
  
}
span {
		 float: left;
		 overflow:visible!important /*Firefox*/;
		 overflow:hidden /*IE6*/;
		 font-weight:normal; text-decoration:none; color:#00008B; font-size:140%;
 }
 
 .photo-list img {
  height: 40px;
  width: 60px;
  border: 0;
 }
 
 /*WORKS FINE IN IE*/