.pc_container {
    width: 1000px;
    height: 200px;
    padding: 15px 1px 47px 1px;
	background: #F2F2F2;
    margin: 0px auto;
	border-radius: 32px 32px 0  0;
	border: 1px solid #c4c4c4;
	font-size: 14px;
}

.pc_container .pc_item {
    width: 970px;
    height: 200px;
	margin: 15px;
}

.pc_item .desc {
    position: absolute;
    width: 444px;
    height: 200px;
    right: 0px;
	color: #40413C;
}
.pc_item .desc h1 {
    line-height: 1em;
	font-size: 1.2em;
}
.pc_item img {
	display: block;
	width: 500px;
	height: 200px;
	border: 1px solid #CFCFCF;
	border-radius: 4px 4px 4px 4px;
	background: #F6FCFC;
	padding: 2px;
}


.pc_container .pc_bar_container {
    position: absolute;
    top: 230px;
    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: 230px;
    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;
}