#images-view .thumb{
    background:transparent;
}

#images-view .thumb {
    padding-bottom: 2px;
}

#images-view .thumb img{
    height: 74px;
    width: 74px;
}
#images-view .thumb span{
    text-align: center;
    margin-left:25px;
    padding: 50px;
    display: block;
    overflow: hidden;
    width: 86px; /* for ie to ensure that the text is centered */ 
}

#images-view .thumb-wrap{
    padding-top: 35px;
    padding-bottom: 50px;
}
#images-view .thumb-span {    
    float: left;
    text-align: center;
    width: 75px; /* for ie to ensure that the text is centered */
    color: rgb(239,239,239)
}

#images-view .x-item-over{
    border:1px solid #dddddd;
    background: #efefef url(over.gif) repeat-x left top;
    padding: 4px;
}

#images-view .x-item-selected{
    background: #eff5fb url(selected.gif) no-repeat right bottom;
    border:1px solid #99bbe8;
    padding: 4px;
}
#images-view .x-item-selected .thumb{
    background:transparent;
}
