#presentation_container_bg {
	float: left;
    width: 603px;
    height: 303px;
    background-image: url('images/bg_gallery.png');
    margin: 0px auto;
	margin-top:6px;
	margin-left: 1px;
	position: relative;
	padding-top:6px;
	padding-left:6px;
	background-position:0 0;
	
}
.pc_container {
    width: 596px;
    height: 297px;
    /*
    padding: 15px 1px 47px 1px;
    */
	border: 1px solid white;
	overflow: hidden;
}

.pc_container .pc_item {
    margin-top: 0px;
    margin-left: 0px;
    width: 598px;
    height: 298px;
    overflow: hidden;
}
.pc_container .pc_item p{
	padding: 0;
	margin: 0;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 286px;
    color: white;
    padding: 0px 10px 0px 10px;
    width: 100%;
    overflow:visible;
	z-index: 101;	
}

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

}

.pc_bar_container_overflow {
    overflow: hidden;
    position: absolute;
    top: 286px;
    color: white;
    margin: 0px 10px 0px 10px;
    padding: 0px;
    z-index: 102;
}

#presentation_container_bg .left, 
#presentation_container_bg .center, 
#presentation_container_bg .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: 250px;
    padding: 10px;
    height: 180px;
    line-height: 1.8em;
    right: 0px;
    background-image: url(images/slide_fade.png);
    */
	display: none;
}

.pc_item .desc h1 {
    color: #DE8F26;    
}


.cover{
    background-image: url(images/cover.png);
    background-position: 0 0;
	left:7px;
	position:absolute;
	bottom:5px;
	width:596px;
	height: 30px;
	z-index: 100;
	text-align: center;
	font-weight: bold;
	color: white;
	padding-top: 5px;
}
