.imageTag-tag {
    border: 1px #f5f5ff solid;
    opacity: 0.3;
    /* Fallback for web browsers that don't support RGBa */
/*     background-color: rgba(75, 67, 67, 0.63); /* background-color: transparent;*/
    /* RGBa with 0.6 opacity */
    background-color: #4b4343;
    background-color: rgba(75, 67, 67, 0); /*rgba(255, 255, 255, 0.1); */    
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000099, endColorstr=#00000099);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000099, endColorstr=#00000099)";
    overflow: visible;
    cursor: pointer;
}
