.pc_container {
    width: 640px;
    height: 250px;
    padding: 0;
    background-image: url('../images/pc_bg.jpg');
    margin: 0 auto;
	float: left;
	
}

.pc_container .pc_item {
    margin: 5px 5px 0 5px;
    width: 625px;
    height: 220px;
	border: #ffffff solid 3px;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 240px;
    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: 240px;
    color: white;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}

.left, .center, .right {
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 1px;
    float: left;
}

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

/*.pc_item .desc {
    position: absolute;
    width: 250px;
    padding: 10px;
    height: 180px;
    line-height: 1.8em;
    right: 0px;
    background: none;
}

.pc_item .desc h1 {
    color: #DE8F26;    
}
*/