.pc_container {
    width: 450px;
    height: 350px;    
    background:#FFF;
    margin: 0px auto;
}

.pc_container .pc_item {    
    width: 450px;
    height: 300px;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 325px;
    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: 325px;
    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;
    overflow: hidden;
    font-size: 1px;
    float: left;
}

.pc_item .desc {
    position:absolute;
    width:450px; height:100px;   
    line-height:110%;  
	 top:215px;
    background-image:url(../images/slide_fade.png);
}
.pc_item .desc h4 {margin:0px; padding:15px 0px 0px 0px; color:#9CF; font-size:10px; border:none;}