#SlShow {
	margin:0 auto;
	position:relative;
	left: 50%;
    width: 480px; /* était 540 */
    margin-left: -240px;
	height:163px; /* était 263 */
/*  background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;  */
    border: #9c0029 2px solid;

}
#SlShow #SlContainer {
  margin:0 auto;
  width:480px;
  height:163px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#SlShow #SlContainer .slid {
  margin:0 auto;
  width:460px; /* reduce by 20 pixels of #SlContainer to avoid horizontal scroll */
  height:163px;
}


/** 
 * Style rules for Demo page
 */

.slid a {
  color: #000;
  font-size:1.2em;
  text-decoration:underline;


}
.slid a:hover {
    font-weight:bold;
}

#PgCont {
	text-align:left;
	color: #000;
    font:normal 1.2em Verdana, Geneva, sans-serif;
    margin:0 auto;
}

.slid p {
    font:normal 0.6em Verdana, Geneva, sans-serif;
  color:#000;
  text-align:justify;
  margin:10px;
}

.slid h2 {
  text-align:left;
  margin:10px 0px 0px 10px;
  font:italic 18px Georgia, "Times New Roman", Times, serif;
  color:#000;
  letter-spacing:-1px;
}
.slid img {
  float:right;
  margin:0 15px;
}