div.qia-clickable {
    float: left;
    width: 124px;
    position: relative; 
    margin: 6px 6px;
    overflow: hidden;
    cursor: default;
    text-align: center
}

div.qia-clickable p {
    text-align: center
}

div.qia-clickable img {
    margin-top: 12px;
    left: 12px;
}

.qia-delete {
    background: url("img/x.png") no-repeat scroll 5px 5px #FFFFFF;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 0.8;
}

.qia-image {
    background: url("img/sprite.png") no-repeat scroll -105px 0 #FFFFFF;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 26px;
    top: 0;
    cursor: pointer;
    opacity: 0.8;
}

.qia-url {
    background: url("img/sprite.png") no-repeat scroll -286px 0 #FFFFFF;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 52px;
    top: 0;
    cursor: pointer;
    opacity: 0.8;
}

.qia-delete:hover,
.qia-image:hover,
.qia-url:hover {
    background-color:#cfcfcf; 
}

#qia-block-gallery {
    /*max-height: 120px;*/
    overflow-y: scroll;
    overflow-x: hidden;
}