.pc_container {
    width: 578px;
    height: 300px;
    padding: 15px 0px 47px 0px;
    background-image: url('../images/pc_bg.png');
    margin: 10px auto;
	margin-bottom:15px;
}

.pc_container .pc_item {
    margin-top: 15px;
    margin-left: 1px;
    width: 578px;
    height: 300px;
	}

.pc_container .pc_bar_container {
    position: absolute;
    top: 330px;
    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: 330px;
    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 .present_desc {
    position: absolute;
    width: 250px;
    padding: 10px;
    height: 180px;
    line-height: 1.8em;
    right: 0px;
    background-image: url('../images/slide_fade.png');
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #FFF;
		font-size: 12px;
		display: block;
		empty-cells: hide;
		margin-bottom:5px;
		padding-left:5px;
}


.pc_item .present_desc h1 {
	color: #FFF;
}

.pc_item .present_desc a {
	color: #CFF;
}
.pc_item .present_desc a:hover,.active {
		 color:#C00;
	 background-color: #EEE;
}

