div.facebook .pp_content .ppt {
  color: #000;
}
div.facebook .pp_content {
  background: #fff;
}
div.facebook #pp_full_res .pp_inline {
  color: #000;
}
div.facebook .pp_loaderIcon {
  background: url(/pics/photos/loader.gif) center center no-repeat;
}
/* Loader icon */
div.facebook .pp_nav {
  margin-top: 0;
}
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
div.facebook .pp_next {
  background: url(/pics/photos/sprite.png) -31px -2px no-repeat;
  cursor: pointer;
}
div.facebook .pp_previous {
  background: url(/pics/photos/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
#pp_container {
  position: relative;
  height: 100%;
  background-color: #FFF;
}
#pp_full_res {
  white-space: nowrap;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pp_full_res_img {
  border: 2px solid black;
  cursor: pointer;
  vertical-align: middle;
  max-height: 400px;
  max-width: 400px;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.pp_pic_holder {
  height: 560px;
  display: block;
  top: 40px;
  left: 40px;
  width: 560px;
  position: absolute;
  z-index: 10000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 10px solid #000000;
  -webkit-box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.26);
}
#pp_title {
  display: block;
  width: 540px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.pp_details {
  border-top: 1px solid #CCCCCC;
  background-color: #e7e7e7;
  width: 560px;
  height: 35px;
  margin: 0 0 0 0;
  position: absolute;
  bottom: 0;
}
.pp_close {
  width: 22px;
  height: 22px;
  background: url(/pics/photos/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
a.pp_next {
  position: absolute;
  top: 268px;
  left: 517px;
  display: block;
  text-indent: -10000px;
  /* hide text */
  height: 23px;
  width: 21px;
  z-index: 10000;
}
a.pp_previous {
  position: absolute;
  top: 268px;
  left: 22px;
  display: block;
  text-indent: -10000px;
  /* hide text */
  height: 23px;
  width: 21px;
  z-index: 10000;
}
#pp_hidden_about_passwd_wrap {
  position: absolute;
  border: 1px solid #CCCCCC;
  width: 70%;
  display: none;
  left: 0;
  top: 0;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 160px;
}
#pp_hidden_about_passwd {
  padding: 10px;
  white-space: normal;
  text-align: left;
}
#button_next_submit {
  margin-top: 10px;
}
/* ----------------------------------
		Light Square Theme
	----------------------------------- */
div.light_square .pp_content .ppt {
  color: #000;
}
div.light_square .pp_content {
  background: #fff;
}
/* Content background */
div.light_square #pp_full_res .pp_inline {
  color: #000;
}
div.light_square .pp_loaderIcon {
  background: url(/pics/photos/loader.gif) center center no-repeat;
}
/* Loader icon */
div.light_square .pp_nav {
  margin-top: 0;
}
div.light_square .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
div.light_square .pp_next {
  background: url(/pics/photos/sprite.png) -31px -2px no-repeat;
  cursor: pointer;
}
/* Next button */
div.light_square .pp_previous {
  background: url(/pics/photos/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
/* Previous button */
/* Bottom left corner */
/* Bottom pattern/color */
/* Bottom right corner */
/* ---------------------------------------------------------------------*/
#bad_pass {
  color: red;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 100%;
  display: none;
}
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;
}
.pp_top {
  height: 10px;
  position: relative;
}
* html .pp_top {
  padding: 0 10px;
}
.pp_top .pp_left {
  height: 10px;
  left: 0;
  position: absolute;
  width: 10px;
}
.pp_top .pp_middle {
  height: 10px;
  left: 10px;
  position: absolute;
  right: 10px;
}
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right {
  height: 10px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
* html .pp_content {
  width: 100%;
}
.pp_thumbs img {
  cursor: pointer;
  z-index: 1;
}
img.thumb____ {
  border: 4px solid white;
}
img.selected_f {
  border: 2px solid #ffb6b6;
  margin: 2px;
}
img.selected_m {
  border: 2px solid #b1c6e4;
  margin: 2px;
}
.pp_description {
  margin: 0 0 5px 0;
}
.pp_nav {
  clear: left;
  float: left;
  margin: 3px 0 0 0;
}
.pp_nav p {
  float: left;
  margin: 12px 4px;
  font-weight: bold;
  color: #a9a9a9;
}
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 {
  display: block;
  float: right;
  margin: 6px 14px 6px 0px;
  text-indent: -10000px;
}
.currentTextHolder {
  display: block;
  color: #a9a9a9;
  float: left;
  margin-left: 12px;
  padding: 0;
  line-height: 36px;
  font-weight: bold;
  font-size: 140%;
}
.pp_orig_container {
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  color: #a9a9a9;
}
a.pp_orig {
  margin-left: 8px;
  color: #a9a9a9;
}
.pp_bottom {
  height: 10px;
  position: relative;
}
* html .pp_bottom {
  padding: 0 20px;
}
.pp_bottom .pp_left {
  height: 10px;
  left: 0;
  position: absolute;
  width: 10px;
}
.pp_bottom .pp_middle {
  height: 10px;
  left: 10px;
  position: absolute;
  right: 10px;
}
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_bottom .pp_right {
  height: 10px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.pp_loaderIcon {
  display: none;
  /* was 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;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}
/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
