#presentation_container {
	margin-bottom: 10px;
}
	
.pc_container {
    width: 903px;
    height: 219px;
    padding: 15px 1px 30px 1px;
    background-image: url('../images/pc_bg.png');
    margin: 0px auto;
}

.pc_container .pc_item {
    margin-top: 10px;
    margin-left: 0px;
    width: 903px;
    height: 219px;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 235px;
    color: white;
    padding: 10px 0px 0px 10px;
    width: 100%;
    overflow:visible;
}

.pc_bar_container_underflow {
    width: 90000px;
    overflow: visible;
}

.pc_bar_container_overflow {
    overflow: hidden;
    position: absolute;
    top: 235px;
    color: white;
    margin: 10px 0px 0px 10px;
    padding: 0px;
}

.left, .center, .right {
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    float: left;
}

.bar {
    background-position: left;
    overflow: hidden;
    float: left;
}

.pc_item .desc {
    position: absolute;
    width: 400px;
    padding: 30px 30px 10px 10px;
    height: 180px;
    line-height: 1.4em;
	font-size:0.8em;
    right: 0px;
	color: #666;
}

.pc_item .desc h1 {
	font-size: 1.4em;
	margin-bottom: 10px;
    color: #666;    
}