.camraItemBadge {
    width: 182px;
    height: 40px;
    background: transparent url("/camra-images/button-caption-03.png") no-repeat;
    overflow: hidden;
    font: small-caps 13px/12px Verdana;
    color: #333;
    cursor: pointer;
    margin: 0 0 1px 3px;
    position: relative;
}

.camraItemBadge img.image {
    float: left;
    width: 40px;
    height: 40px;
    border: 0;
}

.camraItemBadge .caption {
    float: left;
    width: 142px;
    text-align: center;
    padding: 6px 0 0 0;
}

.camraItemBadge .oneLine {
    padding: 12px 0 0 0;
}

.camraItemBadge .abtnPane {
    position: absolute;
    z-index: 2;   
    overflow: hidden;
    top: 10px;
    right: 0;
}

.camraItemBadge .abtn {
    width: 30px;
    height: 30px;
    display: none;
    float: right;
    margin: 0 0 0 1px;
}

.camraItemBadge:hover .abtn {
    display: block;
    opacity: 0.7;
}

.camraItemBadge:hover .abtn:hover {
    opacity: 1;
}