.pgallery small {
  font-size: 15px;
}

.dh_gallery {
  background: #FFF;
  box-shadow: 0 0 4px #000;
  border: 1px solid #2d57d1;
  margin-bottom: 20px;
}
.dh_gallery h2 {
  height: 140px;
  margin: 0px auto 15px;
  padding-top:45px;
  text-align: center;
  line-height: 30px;
  color: #186486;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 3px;
  font-family: "Open Sans", Arial, serif;
  text-transform: uppercase;
  text-shadow: 2px 2px #a79d9d;
}

.dh_gallery .pfilter a {
  padding: 10px;
  display: inline-block; 
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s; 
}

.dh_gallery .pfilter span a:hover { color: #2c1da0; }

.dh_gallery .pfilter {
  padding: 10px 5px;
  text-align: center
}

.dh_gallery .pgallery a img {
  width: 100%;
  height: auto;
  float: left;
  border: 2px solid #FFF; 
}

.dh_gallery .pgallery a {
  width: 33.33%;
  transition: all 0.2s;
  display: block;
  float: left;
  opacity: 1;
  height: auto;
}

.dh_gallery .pgallery .hide, .pgallery .pophide {
  width: 0%;
  opacity: 0;
  transition: all 0.1s;
}

.dh_gallery .pgallery .pop {
  width: 80%;
  border: 1px solid #000;
  top: 0;
  left:10%; 
  margin: 0 auto;
  position: absolute;
  z-index: 2000;
  box-shadow: 0 0 0px 1000px rgba(0,0,0,0.5);
  background-color: #FFFFFF;
}

.dh_gallery .pop:after {
  content: "\00D7";
  position: absolute;
  top: 10px;
  right: 10px;
  color: #333;
  background: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  opacity: 0.8;
}

.dh_gallery .pop:hover:after { opacity: 1 }


.dh_gallery #jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.dh_gallery .jquery-script-center {
width: 960px;
margin: 0 auto;
}
.dh_gallery .jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.dh_gallery .jquery-script-center a {
  text-decoration:none;
}
.dh_gallery .jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.dh_gallery .jquery-script-clear {
clear:both;
height:0;
}
.dh_gallery .pgallery table {
  width: 100%;
  min-height: 42px;
}
.dh_gallery .pgallery table tr td {
  padding: 2px 5px 2px 2px;
  vertical-align: top;
}
.dh_gallery .pgallery table tr td:nth-child(1) {

}
.dh_gallery .pgallery table tr td:nth-child(2) {
  color: #000!important;
  font-family: Lucida Sans Unicode; 
  text-align: left!important;
}
.pgallery p.vtitle {
  font-size: 15px;
}