.pc_container {
    width: 300px;
    height: 360px;
}

.pc_container .pc_item {
    width: 300px;
    height: 225px;
}

.pc_container .pc_bar_container {
    position: absolute;
    width: 300px;
    top: -10px;
    color: white;
    width: 100%;
    overflow:visible;
}

.pc_bar_container_underflow {
    width: 300px;
    top: -10px;
    position: absolute;
    overflow: visible;
}

.pc_bar_container_overflow {
    overflow: hidden;
    width: 300px;
    position: absolute;
    top: -10px;
    color: white;
    padding: 0px;
}

.left, .center, .right {
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    float: left;
}

.bar {
    background-position: left;
    overflow: hidden;
    float: left;
}

.pc_item .desc {
    position: absolute;
    width: 300px;
    height: 225px;
    background-image: url(/images/slide_fade.png);
}

.pc_item .desc h1 {
    color: #DE8F26;    
}