#gallery {
text-align:justify;
}

#gallery a {
background-color:#000000;
}

#gallery img {
border:0px;
margin:6px;
-moz-opacity: 70;
-khtml-opacity:70;
opacity: 0.70;
filter: alpha (opacity=70);
}

#gallery img:hover {
-moz-opacity: 100;
-khtml-opacity: 100;
opacity: 1.0;
filter: alpha (opacity=100);
}
