.pc_container {
    width: 620px;
    height: 190px;
    padding: 0px 0px 25px 0px;
    /*background-image: url('../images/pc_bg.png');*/
    margin: 0px auto;
}

.pc_container .pc_item {
    margin-top: 0px;
    margin-left: -1px;
    width: 620px;
    height: 190px;
}

.pc_bar_container {
   position: absolute;     
   top: 190px;   
   color: white; 
   padding: 10px 0px 25px 20px;
   margin: 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: 1000px;
    color: white; 
    margin: -30px 10px 0px 10px;   
    padding: 0px;

   /* overflow: hidden;     position: relative;     top: 190px;     color: white;     margin: 0px -10px 0px 20px;     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: 279px;
    padding: 10px;
    height: 170px;
    line-height: 1.8em;
    right: 0px;
    background-image: url(../images/slide_fade.png);
}

.pc_item .desc h1 a {
    font: 22px verdana, arial, helvetica, sans-serif;
    color:  #ECECEC;
    /* color: #ECECEC; */
    font-size: 22px;
    line-height: 28px;
    text-decoration: none;
}
.pc_item .desc h1 a:hover {
  text-decoration: underline;
 
}
