.view-photo  {
  text-align: center;
}

.photos {
}
.photo {
  float:left;
  padding:0 0 10px 20px;
}
.photo .img {
  display:block;
  width:240px;
  height:200px;
  border:1px solid #090909;
  background:#060606;
  overflow:hidden;
}
.photo .img div {
  width:220px;
  height:180px;
  background-repeat: no-repeat;
  background-position: center center;
  position:relative;
  margin:10px 0 0 10px;
}
.photo .pwrap {
}
.photo .pwrap a.name,
.photo .pwrap a.name:visited {
  text-decoration:none;
}
.photo .pwrap a.name span {
  color:#fff;
  font-size:14px;
  font-weight:bold;
}
.photo .pwrap a:hover span {
  color:#ffff00;
}
.photo .pwrap .desc, .photo .desc p {
  color:#ccc;
}

div.pagenav {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  margin: 15px 0px 15px 0px;
  padding: 5px 0px 5px 0px;
}
div.pagenav span,
div.pagenav a,
div.pagenav a:visited {
  padding: 0px 3px 0px 3px;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}
div.pagenav a:hover {
  text-decoration: underline;
}

.egcatlist {
  padding:10px 0 0 0;
}
.egcatlist.ncpr2 {
  padding:10px 0 0 120px;
}
.egcat{
  float:left;
}
.egcatblock{
  padding: 0 0 30px 50px;
}
.egcatpad{
  height:210px;
  width: 230px;
  text-align: center;
}
.egcat .img {
  display:block;
  width:220px;
  height:200px;
  border:1px solid #090909;
  background:#060606;
}
.egcat .img div {
  width:210px;
  height:190px;
  background-repeat: no-repeat;
  background-position: center center;
  position:relative;
  margin:5px 0 0 5px;
}
.egcat .name {
  font-weight:bold;
  font-size:13px;
  width:220px;
  padding:0 0 5px 0;
  font-size:16px;
}
.clr {
  clear:both;
}