* html #hipfotos a {width:106px;height:73px; border: 1px solid #FF9900;margin-right:3px;margin-bottom:3px;}
#hipfotos a img {margin: 3px; padding: 3px; border: 1px solid #FF9900; filter:alpha(opacity=50); /* IE */
-moz-opacity:0.5; /* Firefox, Opera, ... */
opacity: 0.5; /* CSS 3*/
}
#hipfotos a:hover img {width:106px;height:73px;margin: 3px;padding: 3px; border: 1px solid #333333;
filter:alpha(opacity=100);
-moz-opacity:1; /* Firefox, Opera, ... */
opacity: 1; /* CSS 3*/
width:100px;height:67px;
}
* html #hipfotos img {border:0;}
* html #hipfotos a:hover {width:106px;height:73px; border: 1px solid #333333;}
* html #hipfotos a:hover img {border:0;width:100px;height:67px;}
