@charset "utf-8";
/* CSS Document */
.imgbrowzOr {
  float: right;
}
.pp_gallery ul {
  padding: 0px;
}
.pp_gallery li {
  padding: 0px;
}
.img-description,
.imgbrowz0r-navigation,
#imgbrowz0r {
  margin: 20px auto 20px auto;
  width: 100%;
  text-align: center;
}
.imgbrowz0r-navigation {
  padding: none;
}
.imgbrowz0r-navigation .img-statistics {
  margin-top: none;
}
.img-description {
  margin: 1em auto;
}
#imgbrowz0r .img-row {
  padding: none;
}
#imgbrowz0r .img-directory span.img-dir-name,
#imgbrowz0r .img-directory span.img-thumb-date {
  display: block;
}
#imgbrowz0r .img-directory span.img-dir-name {
  font-weight: normal;
  font-size: 0.9em;
}
#imgbrowz0r .img-column-1 {
  clear: left;
}
#imgbrowz0r .img-thumbnail,
#imgbrowz0r .img-directory {
  float: left;
  padding: 0.25em;
  width: 12em;
  text-align: center;
}
#imgbrowz0r .img-thumbnail a,
#imgbrowz0r .img-directory a {
  display: block;
  margin: 0.25em auto 0.25em auto;
  width: 200px;
  height: 160px;
  line-height: 160px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#imgbrowz0r .img-directory a:link,
#imgbrowz0r .img-directory a:visited,
#imgbrowz0r .img-thumbnail a:link,
#imgbrowz0r .img-thumbnail a:visited {
  background-color: #fff;
  border: 1px solid #000;
  overflow: hidden; /* If the title of the directory is too long the overflowing
		                       part will be hidden. Not a perfect solution. */
  font-size: 1.5em;
  color: #ccc;
  text-decoration: none;
}
#imgbrowz0r .img-directory a:active,
#imgbrowz0r .img-directory a:hover,
#imgbrowz0r .img-thumbnail a:active,
#imgbrowz0r .img-thumbnail a:hover {
  border-color: #ff7400;
  color: #474a53;
}
#imgbrowz0r .img-directory a,
#imgbrowz0r .img-thumbnail a {
  text-indent: -9999em;
}
#imgbrowz0r .img-no-thumbnail a {
  text-indent: 0;
}
/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*added to fix disply error with the buttons */
.ui-icon {
  display: inline-block !important;
}

.ui-button-text {
  display: inline-block !important;
}
