div.opac_xmpl {
	padding: 3px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-image: url(media/back2.jpg);
	text-align: center;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#SlideBox {
/* Used in PPL website (PHP/slideshow.php) to determine size of 
   slideshow space */
   
 position: relative; 
 border: 0px solid #000000;
 width:505px; 
 height:190px; 
 z-index:3; 
 left: 0px; 
 top: 0px;
 /* overflow: hidden; */
 }

.hidden {
	visibility: hidden;
	display: none;
}

.mContainer {
	position:relative;
	width:500px;
	height:200px;

}

 .img { position:absolute; 
    top:10 ;
    left:10 ;      
    } 

.mPhoto {
	position:absolute;
	top:0px;
	left:0px;
	-moz-opacity:0.0;
	filter:Alpha(opacity=0);
}

.btn {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	font-family:verdana;
	font-size:9px;
	margin-top:5px;
	width:40px;
}

.photoCredits {
	font-family:verdana;
	font-size:9px;
	margin-top:5px;
}

HR {
	background-color:#000000;
	height:1px;
	width:100%;
	border-style:none;
	color:#000000;
}

h1 {
	font-size:12pt;
	font-weight:bold;
	font-family:arial;
}

.blurb {
	font-size:9pt;
	font-family:verdana;
	width:500px;
}

pre {
	background-color:#C0C0C0;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	font-family:verdana;
	font-size:9px;
}