.pc_container {
    width: 520px;
    height: 280px;
  /*   padding: 15px 1px 47px 1px;
   background-image: url('../images/pc_bg.png');
	background-size:520px 280px;
	background-repeat:no-repeat;*/
    margin: 0px auto;
}

.pc_container .pc_item {
    margin-top: 5px;
    margin-left: 1px;
    width: 600px;
    height: 200px;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 260px;
    color: white;
  /*  padding: 0px 10px 0px 10px;*/
    width: 100%;
    overflow:visible;
	visibility:hidden;
}

.pc_bar_container_underflow {
    width: 90000px;
    overflow: visible;
	visibility:hidden;
}

.pc_bar_container_overflow {
    overflow: hidden;
    position: absolute;
    top: 260px;
    color: white;
    margin: 0px 10px 0px 10px;
    padding: 0px;
	visibility:hidden;
}

.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: 205px;
    padding: 10px;
    height: 229px;
    line-height: 1.8em;
    right: 90px;
    background-image: url(../images/slide_fade.png);
		background-size:230px 249px;
	background-repeat:no-repeat;
	font:normal 12px Candara;
}

.pc_item .desc h1 {
	line-height: 1em;
    color: #88cf72; 
	margin: -5px 0px 0px 0px;
	font:Normal 18px Candara;
}
.pc_item .desc h1 a {
    color: #88cf72;    
}
.pc_item .desc a {
    color: #fff;    
}