﻿.imgOpacity
{
opacity:0.4;
 border: 2px solid #BEBEBE;
 width:120px; height:80px;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
.imgOpacity:hover
{
    border: 2px solid #BEBEBE;
    opacity: 1.0;
    -moz-border-radius: 0.5em;
    -wekit-border-radius: 0.5em;
    border-radius: 0.5em;
    filter: alpha(opacity=100);
    table-layout: fixed;
    text-align: left;
   
   
}
