
.pc_container {
	width: 960px;
	height: 530px;
	background-image: url(../images/pc_bg.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 47px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

.pc_container .pc_item {
	width: 960px;
	height: 480px;
	margin: 0px;
}

.pc_container .pc_bar_container {
	position: absolute;
	top: 504px;
	color: white;
	width: 100%;
	overflow:visible;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.pc_bar_container_underflow {
    width: 90000px;
    overflow: visible;
}

.pc_bar_container_overflow {
    overflow: hidden;
    position: absolute;
    top: 504px;
    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;
}

