.pc_container {
	width: 700px;
	height: 250px;
	padding: 0px;
	background:none;
	float:left;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.pc_container .pc_item {
	margin-top: 0px;
	margin-left: 0px;
	width: 700px;
	height: 250px;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 360px;
    color: white;
    padding: 0px;
    width: 100%;
    overflow:visible;
}

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

.pc_bar_container_overflow {
    overflow: hidden;
    position: absolute;
    top: 360px;
    color: white;
    margin: 0px;
    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;
}
