.container {
    width: 970px;
    margin: 0px auto;
}

.pc_container {
    width: 970px;
    height: 376px;
    padding: 0;
    margin: 0px auto;
	position: relative;
}

.pc_container .pc_item {
    margin-top: 0;
    margin-left: 0;
    width: 970px;
    height: 376px;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 230px;
    color: white;
    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;
    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;
}

.pc_item .desc {
    position: absolute;
    width: 950px;
    padding: 10px;
    height: 60px;
    line-height: 1.8em;
    left: 0px;
	bottom: 0;
	background: #2a2f8a;
	color:#fff;
}

.pc_item .desc h1 {
	font-family: 'Play', sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 0 0;
}