.pg_preview_pic:hover {
  cursor: pointer; 
}
.pg_preview_pic {
  background-position: center center;
  background-repeat:  no-repeat;
  background-size: 180px;
  height:96px;
  width:180px;
  float:left;
  margin:0 10px 10px 0;
  overflow:hide; 
}
.pg_preview_envelope {
  border:1px solid #C0C0C0;
  height:105px;
  position:relative;
  margin-bottom:15px;
  padding:3px;
}
.pg_preview_text {
  height:96px;
  padding:2px;
  border:1px solid #C0C0C0;
}
.pr_preview_text_title a {
  font-weight:bold;
  color:black;
  font-size:16pt;
  padding-top:2px;
}
.pr_preview_text_text {}

.gallerypage {
	text-align:center;
}
.firstpage {
	
}
.otherpage {
	display:none;	
}
.pg_pagelinks {
  text-align: center;
  margin: auto;
}
.pg_pagelinks a {
	display: inline-block;
	width: 40px;
	padding: 3px;
	background-color: #dddddd;
	text-align: center;
	font-size: 14pt;
	margin: auto;
}
a.actualpagelink, .pg_pagelinks a:hover {
	font-weight: bold;
	background-color: #c0c0c0;
}
.actualpagelink:after {
  content: ")";
}
.actualpagelink:before {
  content: "(";
}