div.gallerys .pp_top,
div.gallerys .pp_bottom {
  height: 21px;
  font-size: 11px;
}
div.gallerys .pp_content .ppt {
  color: #f8f8f8;
}
div.gallerys .pp_content {
  background-color: #fff;
}
/* Content background */
div.gallerys .pp_expand {
  background: url(../img/gallery/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
/* Expand button */
div.gallerys .pp_expand:hover {
  background: url(../img/gallery/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.gallerys .pp_contract {
  background: url(../img/gallery/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
/* Contract button */
div.gallerys .pp_contract:hover {
  background: url(../img/gallery/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.gallerys .pp_close {
  width: 22px;
  height: 22px;
  background: url(../img/buttons.png) -1px -45px no-repeat;
  cursor: pointer;
}
/* Close button */
div.gallerys #pp_full_res .pp_inline {
  color: #000;
}
div.gallerys .pp_gallery ul li a {
  background: url(../img/gallery/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}
div.gallerys .pp_gallery ul li a:hover,
div.gallerys .pp_gallery ul li.selected a {
  border-color: #fff;
}
div.gallerys .pp_social {
  margin-top: 7px;
}
div.gallerys .pp_gallery a.pp_arrow_previous,
div.gallerys .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.gallerys .pp_details {
  position: relative;
  height: 33px;
}
div.gallerys a.pp_arrow_previous,
div.gallerys a.pp_arrow_next {
  background: url(../img/gallery/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0 0;
  width: 20px;
}
div.gallerys a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
/* The next arrow in the bottom nav */
div.gallerys .pp_content_container .pp_details {
  margin-top: 15px;
  background: url('../img/buttons.png') -2px -11px no-repeat;
}
div.gallerys .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.gallerys .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 45px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px;
}
div.gallerys .pp_close:hover,
div.gallerys .pp_nav .pp_play:hover,
div.gallerys .pp_nav .pp_pause:hover,
div.gallerys .pp_arrow_next:hover,
div.gallerys .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.gallerys .pp_description {
  font-size: 14px;
  line-height: 14px;
  margin: 12px 0px 5px 70px;
  text-align: center;
  width: 75%;
}
div.gallerys .pp_loaderIcon {
  background: url(../img/gallery/loader.gif) center center no-repeat;
}
/* Loader icon */
div.gallerys .pp_download {
  width: 101px;
  height: 25px;
  display: block;
  position: absolute;
  right: 40px;
  top: 3px;
  background: url(../img/gallery/download.jpg) no-repeat;
}
div.gallerys .pp_download:hover {
  background-position: 0px -28px;
}
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_top {
  height: 13px;

  position: relative;
}
* html .pp_top {
  padding: 0 20px;

}
.pp_top .pp_left {
  height: 21px;
  left: 0;
  background:url('../img/gallery/top_left.png')  no-repeat;
  position: absolute;
  width: 21px;
}
.pp_top .pp_middle {
  height: 21px;
  left: 21px;
  position: absolute;
  right: 21px;
  background:url('../img/gallery/top_middle.png')  repeat-x;
}
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right {
  height: 21px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 21px;
  background:url('../img/gallery/top_right.png')  repeat-x;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_fade {
  display: none;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;

}
.pp_content_container .pp_left {
    background:url('../img/gallery/left.png')  repeat-y 0 0;
}
.pp_content_container .pp_right {
    padding-right:20px;
    padding-left:20px;
    background:url('../img/gallery/right.png')  repeat-y right 0;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: block;
  left: 50%;
  margin-top: 10px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 62px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 60px;
  overflow: hidden;
}
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 60px;
  width: 100px;
}
.pp_gallery li.default a img {
  display: none;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 2px;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_bottom {
  height: 21px;
  position: relative;
}
* html .pp_bottom {
  padding: 0 20px;
}
.pp_bottom .pp_left {
  height: 21px;
  left: 0;
  position: absolute;
  width: 21px;
  background:url('../img/gallery/bottom_left.png')  no-repeat;
}
.pp_bottom .pp_middle {
  height: 21px;
  left: 21px;
  position: absolute;
  right: 21px;
  background:url('../img/gallery/bottom_middle.png')  repeat-x;
}
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_bottom .pp_right {
  height: 21px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 21px;
  background:url('../img/gallery/bottom_right.png')  no-repeat;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px 0;
}
