.pc_container {
    width: 573px;
    height: 190px;
    padding: 15px 1px 47px 1px;
    background: #3B054A url(../images/jpg/bg-gal-home.jpg) no-repeat;
    margin: 0px auto;

}

.pc_container .pc_item {
    margin-top: 8px;
    width: 573px;
    height: 212px;
    overflow: hidden;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 230px;
    color: white;
    padding: 0px 10px 0px 10px;
    width: 100%;
    overflow:visible;
}

.pc_bar_container_underflow {
    width: 90000px;
    overflow: visible;
}

.pc_bar_container_overflow {
    overflow: hidden;
    position: absolute;
    top: 230px;
    color: white;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}

.lt, .ct, .rt {
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 1px;
    float: left;
}

.bar {
    background-position: left;
    overflow: hidden;
    font-size: 1px;
    float: left;
}

.pc_item span {
    float: left;
    width: 284px;
    height: 212px;
    margin-left: 6px;
    overflow: hidden;
}


.pc_item .desc {
    position: absolute;
    width: 259px;
    padding: 10px;
    height: 192px;
    right: 4px;
    background: #270332;
}

.pc_item .desc p.tlt-gal {
    font-family: Trebuchet MS;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    max-height: 40px;
    line-height: 20px;   
}
.pc_item .desc p.texto-gal{
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #FAEBFE;
    margin-top: 10px;
    max-height: 130px;
    line-height: 15px; 
}