.pc_container {
    width: 750px;
    height: 250px;
    padding: 15px 1px 47px 1px;
    background-image: url('../image/pc_bg.png');
	background-repeat:no-repeat;
    margin: 0px auto;
	border:1px solid #822643;
}

.pc_container .pc_item {
    margin-left: 1px;
    width: 750px;
    height: 300px;
	
}

.pc_bar_container {
	display: none;
}

.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: 380px;
	padding-left:10px;
	padding-right:10px;
    height: 300px;
    line-height:21px;
    right: 0px;
    /*background-image: url(../image/slide_fade.png);*/
   /*background-repeat:repeat-x;*/
    background-color: #fff;	
	font-family:Meera,Rachana_w01,AnjaliOldLipi,Kartika;
    font-size:19px;
    color:#000;
	letter-spacing:1 em;
}

.pc_item .desc h1 {
    color:#822643;
	font-size:25px;
	text-align:justify;
	font-weight:normal;
}
#presentation_container a:link {
	color:#eee;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	 font-size: 11px;
    font-weight: bold;
    text-decoration: none;
	
}
#presentation_container  a:visited {
	
	color:#006633;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	 font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#presentation_container  a:hover {
	color:#FFFF00;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	 font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#presentation_container  a:active {
	
color:#006633;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	 font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.footer a { font-size:13px;}