.pc_container {
	width: 265px;
	height: 382px;
	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: 0px;
	padding-left: 0px;
}

.pc_container .pc_item {
	width: 265px;
	height: 382px;
}

.pc_container .pc_bar_container {
	position: absolute;
	top: 230px;
	color: #FFF;
	width: 265px;
	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: 0px;
	height: 0px;
	line-height: 1.8em;
	right: 0px;
	background-image: url(../images/slide_fade.png);
}

.pc_item .desc h1 {
	color: #333;
	font-size: 16px;
}
