.pc_container {
    width: 600px;
    height: 400px;
    padding: 15px 1px 40px 1px;
    background-image: url(http://www.mastersuiteapps.com/images/pc_bg2.jpg);
    margin: 0px;
	z-index:2;
}

.pc_container .pc_item {
    margin-top: 15px;
    margin-left: 1px;
    width: 600px;
    height: 400px;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 430px;
    color: white;
    padding: 0px 10px 0px 10px;
    width: 100%;
    overflow:visible;
}

.pc_bar_container_underflow {
    width: 2000px;
    overflow:visible;
}

.pc_bar_container_overflow {
    overflow: hidden;
    position: absolute;
    top: 430px;
    color: white;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}

.left, .center, .right {
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 10px;
    float: left;
}

.bar {
    background-position: left;
    overflow: hidden;
    font-size: 1px;
    float: left;
}

.pc_item .desc {
    position: absolute;
    width: 230px;
    padding: 10px;
    height: 380px;
    line-height: 1.8em;
    left: 350px;
    background-image: url(http://www.mastersuiteapps.com/presentationCycle/images/slide_fade2.png);
}

.pc_item .desc2 {
    position: absolute;
    width: 230px;
    padding: 10px;
    height: 380px;
    line-height: 1.8em;
    left: 0px;
    background-image: url(http://www.mastersuiteapps.com/presentationCycle/images/slide_fade2.png);
}

.pc_item .desc h1 {
    color: c2de26;    
}

.pc_item .desc p {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	text-align:left; 
	font-size:12px; 
	line-height:18px; 
	color:#FFF;
	}