.pc_container {
    width: 700px;
    height: 200px;
    padding: 15px 1px 47px 1px;
    /*background-image: url('../images/pc_bg.png');*/
    margin: 0px auto;
}

.pc_container .pc_item {
    margin-top: 15px;
    margin-left: 1px;
    width: 700px;
    height: 200px;
	  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight:normal;
	  font-style:italic;
    font-size: 11px;
	  color: #ffffff;
	  padding-left:5px;
	  padding-right:5px;
}

.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;
    line-height: 1.8em;
    right: 95px;
    /*background-image: url(../images/slide_fade.png);*/
}

.pc_item .desc h1 {
    color: #FF9900;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	text-transform:uppercase;
	width:335px;
	
}

.pc_item .desc h1 a {
    color: #FF9900;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-transform:uppercase;
	width:335px;
	
}

.pc_item .desc h1 a:hover {
    color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-transform:uppercase;
	width:335px;
	
}

.pc_item img{
	width:300px;
	height:200px;
	box-shadow:2px 4px 5px #000;
	margin-left:20px;
	
}

.pc_container{
	margin-left:258px;
}




