  .borderother img{border: 3px solid white;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
		-moz-opacity: 0.60;}

  .borderother:hover img{border: 3px solid black;
		      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		      -moz-opacity: 1; }

  .borderthumb img{border: 1px solid black;}

  .borderthumb:hover{color: red; /* irrelevant definition to overcome IE bug */}
		
  .borderthumb:hover img{border: 2px solid black;}

  .pictable { width: 155px; height: 155px }

  .pic { width: 120px; height: 120px }

  .text img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	    -moz-opacity: 0.7;}

  .text:hover img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		  -moz-opacity: 1;}

  .text:hover{color: red; /* irrelevant definition to overcome IE bug */}
	
   P { font-family: sans-serif, "Arial"; font-size: 8pt; color: gray}	