#timeline {
	height:					50px;
	background-image: 		url(/images/presentationcycle/timeline-background.jpg);
	background-repeat: 		repeat-x;
	background-position: 	left top;	
}


.pc_container {
    width: 980px;
    height: 320px;
}

.pc_container .pc_item {
    width: 980px;
    height: 320px;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 338px;
    color: white;
    padding: 0px 10px 0px 10px;
    width: 100%;
    overflow:visible;
	display:none;
}

.pc_bar_container_underflow {
    width: 90000px;
    overflow: visible;
	display:none;
}

.pc_bar_container_overflow {
    overflow: hidden;
    position: absolute;
    top: 338px;
    color: white;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}

.pc_container .left,
.pc_container .center,
.pc_container .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;
}