<!--
#imageContainer { width: 690px; clear: both; height: 300px; 
overflow: hidden;
text-align: center; }  

#imageContainer img { display:none;       

         top: 0px; left:0px;      
         width: 690px;
         height: 300px;

         position: absolute;
         overflow: hidden;
         opacity: -0.01; 

         margin-left: 305px;

         left: 0px;

      } 

}

-->