/* @override http://bogivm:8080/static/widgets/css/wi_j_image.css */
.jImageWidget  {
    min-width:81px;
    max-width:81px;
    width:81px;
    text-align:center;
}
.jImageWidget a {
    border-bottom:0 !important;
}
.jImageWidget a img {
    max-height:56px;
}

.jImageWidget a img, .jImageWidget a:link img, .jImageWidget a:visited img, 
.jImageWidget a:active img {
    text-decoration: none !important;
    padding: 2px;
    border: 1px solid #006699 !important;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;

}

.jImageWidget a:hover img{
    text-decoration: none !important;
    border: 3px solid #FF0066 !important;
    padding: 0px;
    background-color:white;
    
}


