/* верхние прямоугольные ссылки */
a.rectangle_link {
  display: block;
  padding: 5px;
  border: none;
  font-family: serif, Georgia, 'Times New Roman', Times;
  font-size: medium;
  color: #888;
  text-decoration: none;
  float: left;
  border: 1px solid #eee;
  margin-bottom: 5px;
}
a.rectangle_link:hover {
  border: 1px solid #999;
  color: #999;
  text-decoration: underline;
}
a.rectangle_link img {
  display: inline-block;
  margin-right: 10px;
  border: none;
}

/* создание затенения всей страницы */
div.shadow { /* затемнение */
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  vertical-align: middle;
  background-color: #000000;
  filter: alpha(opacity=55);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  opacity: 0.55; 
}
div.shadow_text { /* слой сообщения */
  display: none;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 11;
  top:25%; 
  left:25%;
  width: 50%;
  border: 10px outset red;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}
div.shadow_text p { /* текст сообщения */
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: xx-large;
  color: red;
  text-align: center;
}

/* Выбранная фотография на главной странице фотоальбома */
div.photo_current { /* слой с большой фотографией */
  margin: 0 auto;
  background-color: #fff1d7;
  border: 5px solid #ffcc66;
  text-align: center;
  padding: 5px;
}
p.photo_name { /* название фотографии */
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: large;
  text-align: center;
  color: #474747;
  font-weight: 600;
  margin: 0 10px;
}
p.photo_msg { /* описание фотографии */
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: medium;
  text-align: center;
  color: #474747;
  font-weight: 300;
  font-style: italic;
  margin: 0 10px;
}

/* информация о фотографии */
div.photo_info {
  margin: 5px auto;
  background-color: #fff1d7;
  border: 1px solid #ffcc66;
  text-align: center;
  padding: 5px;
  font-family: serif, Georgia, 'Times New Roman', Times;
  font-size: large;
  color: #474747;
  font-weight: 400;
}
div.photo_info a {
  color: #474747;
}
div.photo_info a:hover {
  color: #878787;
}

/* консоль управления фотографией */
div.photo_manage {
  margin: 5px auto;
  background-color: #fff1d7;
  border: 1px solid #ffcc66;
  padding: 20px;
  padding-bottom: 0;
}

/* разделитель превьюшек */
div.photo_separator {
  margin: 20px auto;
  margin-bottom: 30px;
  background-color: #fff1d7;
  border-top: 3px solid #ffcc66;
  border-bottom: 3px solid #ffcc66;
  text-align: center;
  padding: 5px;
  font-family: serif, Georgia, 'Times New Roman', Times;
  font-size: large;
  color: #474747;
  font-weight: 400;
}

/* превьюшки */
div.photo_thump { /* слой с фотографией-превьюшкой */
  width: 120px;
  height: 120px;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  float: left;
}
div.photo_thump a { /* ссылка */
  display: table-cell;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;	/* Рамка вокруг пунктов */
  background-color: #f0f0f0; /* Цвет фона */
}
div.photo_thump a * {
  vertical-align: middle;
}
div.photo_thump a {
  display: block;
}
div.photo_thump a  span {
  display: inline-block;
  height: 100%;
  width: 1px;
}
div.photo_thump  img {
  border: none;
}
div.photo_thump a:hover {
  background-color: #5488af; /* Цвет фона активного пункта */
}

/* превьюшка текущей фотографии */
div.photo_thump_current { /* слой с фотографией-превьюшкой */
  width: 110px;
  height: 110px;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  float: left;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 5px solid #5488af;	/* Рамка вокруг пунктов */
  background-color: #f0f0f0; /* Цвет фона */
}
div.photo_thump_current * {
  vertical-align: middle;
}
div.photo_thump_current {
  display: block;
}
div.photo_thump_current  span {
  display: inline-block;
  height: 100%;
  width: 1px;
}
div.photo_thump_current  img {
  border: none;
}

/* заголовок альбома */
div.album_title_open {
  margin-bottom: 5px;
  padding: 5px 20px;
  line-height: 30px;
  background-color: #ffcc66;
  padding-left: 123px;
  position: relative;
}
div.album_title_open img {
  float: left;
  margin-top: -12px;
  padding-right: 20px;
  position: absolute;
  left: 20px;
}
div.album_title_open p {
  margin: 0;
  font-family: serif, Georgia, 'Times New Roman', Times;
  font-size: x-large;
  color: white;
  font-weight: 800;
  font-style: italic;
}

/* стрелки навигации и страницы */
.arrow_box {
  padding: 5px;
  background-color: #fff1d7;
  min-height: 33px;
  height: auto !important;
  height: 33px;
}
.arrow_left {
  float: left;
  width: 70px;
  text-align: left;
}
.arrow_right {
  float: right;
  width: 70px;
  text-align: right;
}
.arrow_center {
  margin-left: 70px;
  margin-right: 70px;
  text-align: center;
  line-height: 33px;
}