.pc_container {
    float: left;
	width: 200px;
    height: 400px;
	/*orig 600 vs 200 */
    padding: 15px 1px 47px 1px;
    background-image: url(../images/pc_bg.png);
    margin: 0px auto;
}

.pc_container .pc_item {
    position: absolute;
	overflow:hidden;
	margin-top: 15px;
    margin-left: 1px;
    width: 200px;
	/* orig 600 */
    height:400px;
	cursor: pointer;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 430px;
	/*orig 230px*/
    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;
    top: 430px;
	/*orig 230px*/
    color: white;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}


/* for fatter container to match existing sidebar */


.pc_container2 {
    float: left;
	width: 240px;
    height: 400px;
	/*orig 600 vs 200 */
    padding: 15px 1px 47px 1px;
    background-image: url(../images/pc_bg2.png);
    margin: 0px auto;
}

.pc_container2 .pc_item {
    position: absolute;
	overflow:hidden;
	margin-top: 15px;
    margin-left: 1px;
    width: 240px;
	/* orig 600 */
    height:400px;
	cursor: pointer;
}

.pc_container2 .pc_bar_container {
    position: absolute;
    top: 430px;
	/*orig 230px*/
    color: white;
    padding: 0px 10px 0px 10px;
    width: 100%;
    overflow:visible;
}


/* for fatter container to match existing sidebar */



.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: 180px;
	/*orig 250px */
    padding: 10px;
	margin-top: 40px;
    height: 360px;
	/* orig 180px */
    line-height: 1.8em;
    right: 0px;
    background-image: url(../images/slide_fade.png);
}

.pc_item .desc h1 {
    color: #DE8F26;    
	margin-top: 220px;
}

.pc_item .desc p {
    color: #ffffff; 
    margin-top: 10px;	
	
}


/* for fatter container to match existing sidebar */



.pc_item .desc2 {
    position: absolute;
    width: 220px;
	/*orig 250px */
    padding: 10px;
	margin-top: 40px;
    height: 360px;
	/* orig 180px */
    line-height: 1.8em;
    right: 0px;
    background-image: url(../images/slide_fade2.png);
}

.pc_item .desc2 h1 {
    color: #DE8F26;    
	margin-top: 210px;
	font-size:28px;
}

.pc_item .desc2 p {
    color: #ffffff; 
    margin-top: 10px;	
	
}

/* for fatter container to match existing sidebar */
