.pc_container {
    width: 718px;
    height: 227px;
    padding: 12px 0px 12px 0px;
    background: url(../images/pc_bg.png) no-repeat;
	float:left;
	-moz-box-shadow: 5px 5px 4px #888;
	-webkit-box-shadow: 5px 5px 4px #888;
	box-shadow: 5px 5px 4px #888;
	border-radius:10px;
}

.pc_container .pc_item {
    margin-top: 11px;
    margin-left: 1px;
    width: 700px;
    height: 227px;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 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: 230px;
    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;
	font-size:12px;
	line-height:22px;
    right: 0px;
	margin-right:-20px;
    background-image: url(../images/slide_fade.png);
}

.pc_item .desc h1 {
    color: #666;   
	font-family:Verdana, Geneva, sans-serif;
	font-size:21px;
	padding:10px 0;
}