/* hg-photogallery */
.hg-photogallery { margin: 0; padding: 0; }
.hg-photogallery .post { position: relative; float: left; margin: 10px 20px 60px 0; padding: 0; width: 100px; height: 100px; text-align: center; border: 1px solid #CCC; box-shadow: 0px 0px 6px #CCC; -moz-box-shadow: 0px 0px 6px #CCC; -webkit-box-shadow: 0px 0px 6px #CCC; box-shadow: 0px 0px 6px #CCC; }
.hg-photogallery .post .header { margin: 0; padding: 0; }
.hg-photogallery .post .footer { margin: 0; padding: 0;  }
.hg-photogallery .post .content { margin: 0; padding: 0; border: 0px solid #CCC; }
.hg-photogallery .post .content .title { position: absolute; left: 0; top: 105px; margin: 0; padding: 3px 0 0 0; width: 100px; font-size: 12px; font-weight: bold; line-height: 16px; color: black; }
.hg-photogallery .post .content .title a { color: black; text-decoration: none; } 
.hg-photogallery .post .content .subtitle { }
.hg-photogallery .post .content .counter { display: block; text-align: center; font-size: 11px; }
.hg-photogallery .post .thumb { margin: 5px 5px 0 5px; padding: 0; width: 90px; height: 75px; overflow: hidden; }
.hg-photogallery .post .thumb a { margin: 5px 0 0 0; padding: 0; width: 100px; height: 75px; overflow: hidden; border: 0; }
.hg-photogallery .post .thumb img { margin: 0; padding: 0; width: 100px; height: 100px; border: 0; }
/*.hg-photogallery .post .thumb img.h { height: 100px; }
.hg-photogallery .post .thumb img.v { width: 75px; }*/

/* thumbs */
.hg-photogallery .thumbs ul { margin: 10px 0 0 0; padding: 0; }
.hg-photogallery .thumbs ul li { float: left; margin: 0 5px 5px 5px; padding: 0; list-style: none; width: 190px; height: 190px; text-align: center; border: 1px solid #CCC; box-shadow: 0px 0px 6px #CCC; -moz-box-shadow: 0px 0px 6px #CCC; -webkit-box-shadow: 0px 0px 6px #CCC; box-shadow: 0px 0px 6px #CCC; }
.hg-photogallery .thumbs ul li .thumbs-frame { margin: 0; padding: 0; width: 68px; height: 68px; border: 1px solid white; overflow: hidden; }
.hg-photogallery .thumbs ul li .thumbs-frame img { margin: 0; padding: 0; border: 0px solid #CCC; }
.hg-photogallery .thumbs ul li .thumbs-frame img.h { height: 70px; }
.hg-photogallery .thumbs ul li .thumbs-frame img.v { width: 70px; }


.hg-photogallery .thumbs { clear: left; }
.hg-photogallery .thumbs a { display: inline-block;  margin: 4px; padding: 0; width: 100px; height: 75px; overflow: hidden; border: 0; text-decoration: none; border: 5px solid #EFEFEF; text-align: center; background-color: black; }
.hg-photogallery .thumbs a img { width: 100px; width: auto !important; min-width: 100px; max-width: 160px; height: 75px; height: auto !important; min-height: 75px; max-height: 120px; border: 0; } /* height: auto !important; height: 100px; min-height: 100px;*/



