.imageLink{
  display:block;
  float:right;
  width:70px;
  height:70px;
  padding:0px;
  border-width:0px 0px 0px 0px;
  border-style:solid;
  overflow:hidden;
  border-color:#fff;
  background:#fff;
  
  }
.imageLink a img{
  display:block;
  float:left;
  width:70px;
  border:none;
  opacity: .40;
  filter: alpha(opacity=40); 
  -moz-opacity: 0.4;
}

#container{
border:none;
width:auto;
display:block;
float:left;
height:auto;

  opacity    : 1;
filter       : alpha(opacity=100); 
-moz-opacity : 1;
}
#container img{
  display:block;
  float:left;
  width:68px;
  border:none;

  opacity    : 1;
filter       : alpha(opacity=100); 
-moz-opacity : 1;
}
