.pc_container {
    width: 80%;
    height: 300px;
    padding: 15px 1px 47px 1px;
    margin: 0px auto;
}

.pc_container .pc_item {
    margin-top: 15px;
    margin-left: 1px;
    width: 100% !important;
    height: 300px;
}

.pc_container .pc_bar_container {
    position: absolute;
    bottom:0;
    color: white;
    padding: 0px 10px 0px 10px;
    width: 100%;
    overflow:visible;
}

.pc_bar_container_underflow {
    width: 90000px;
    overflow: visible;
}
.pc_bar_container_overflow {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    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: 250px;
    padding: 10px;
    height: 180px;
    line-height: 1.8em;
    right: 0px;
    background-image: url(../img/slide_fade.png);
}

.pc_item .desc h1 {
    color: #DE8F26;    
}
.slide-caption{ text-align:left; padding-top:40px;}
.cap-title{ color:#fcb600; font-size:30px; display:block; margin:0 0 20px; font-family:'Armata',sans-serif;}
.slide-holder{ border-bottom:1px solid #171413; padding-bottom:40px;margin:40px 0 40px;}