.pc_container {
    width: 480px;
    height: 340px;
    background-image: url('presentationcycle/pc_bg.png');
    margin: 10px 0px 0px 0px;
}

.pc_container .pc_item {
    margin-top: 10px;
    margin-left: 0px;
    width: 480px;
    height: 300px;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 320px;
    color: white;
    padding: 0px 10px 0px 10px;
    width: 100%;
    overflow:visible;
}

.pc_container img {
	padding: 0 0 0 0px;
	border: 0 0 0 0px;
	margin: 0 0 0 0px;
}



.pc_bar_container_underflow {
    width: 460px;
    overflow: visible;
}

.pc_bar_container_overflow {
overflow: hidden;
    position: absolute;
    top: 320px;
    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: 220px;
    padding: 10px;
    height: 180px;
    line-height: 1.2em;
    right: 0px;
    background-image: url('presentationcycle/slide_fade.png');
    color: #DBC262;
}

 .desc h3 {
	font-size: 1.4em;
	color: #DBC262;
	margin: 0 0 0 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 0 0 0 0px;
line-height: 1.8em;
}

 .desc h3 a:link,  .desc h3 a:visited {
    color: #DBC262;
text-decoration: none;
}

 .desc h3 a:hover , .desc h3 a:active {
    color: white;
text-decoration: none;
}




.pc_item .desc h1 {
    color: #DE8F26;    
}
