.pc_container {
    width: 300px;
    height: 330px;
 

}

.pc_container .pc_item {
    margin-top: 5px;
    margin-left: 1px;
    width: 300px;/*600*/
    height: 300px;

}

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


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

.pc_item .desc {
    position: absolute;
    width: 300px;
  /*  padding: 10px;*/
    height: 330px;
   /* line-height: 1.8em;*/
    /*right: 10px; left:0px*/
		padding:0 2px 0 0
    background-image:url(../images/slide_fade.png);
}

.pc_item .desc h1 {
    color: #000000;    
}