.pc_container {
    width: 984px;
    height: 348px;
    padding: 15px 1px 26px 1px;
    margin: 0px auto;
	border:0px solid #00f;
}

.pc_container .pc_item {
    margin-top:4px;
    margin-left:2px;
    width: 984px;
    height: 348px;
	border:0px solid #00f;
}

.pc_container .pc_bar_container {
    position: absolute;
    bottom: 5px;
    color: white;
    padding: 0px 10px 0px 10px;
    width: 100%;
    overflow:visible;
	border:0px solid #00f;
}

.pc_bar_container_underflow {
    width: 90000px;
    overflow: visible;
	border:0px solid #00f;
}

.pc_bar_container_overflow {
    overflow: hidden;
    position: absolute;
    bottom: 5px;
    color: white;
    margin: 0px 10px 0px 10px;
    padding: 0px;
	border:0px solid red;
}

.left, .center, .right {
    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 .desc {
    position: absolute;
    width: 400px;
    padding: 10px;
    height: 180px;
    line-height: 1.8em;
    right: 0px;
    background-image: url(../images/slide_fade.png);
}

.pc_item .desc h1 {
	padding-bottom:12px;
    color: #ff981f;    
}