/**
 * Media Gallery.
 */
.media-gallery .place-img {
  overflow: hidden;
  position: relative;
  width:100%;
  height: 491px;
}
.place-img a {
  display: none;
}
.place-img img {
  margin: 0 auto;
}
.img-big {
  margin: 0;
  position: relative;
}
.img-big img {
  display: block;
}
.descr-img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 94px;
  background: url("../img/descr-photo.png");
  color: #fff;
}
.descr-img .counter {
  width: 160px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-right: 1px solid #3c3c3c;
  color: #6c6c6c;
}
.descr-img .show-full {
  width: 101px;
  height: 94px;
  border-left: 1px solid #3c3c3c;
  line-height: 94px;
  text-align: center;
}
.descr-img .show-full a {
  width: 19px;
  height: 19px;
  display: block;
  margin: 0 auto;
  background: url("../img/carousel-fullsize-19x19.png") no-repeat 0 0;
  margin-top: 37px;
}
.descr-img .download{
  width: 130px;
  height: 94px;
  border-left: 1px solid #3c3c3c;
  /*line-height: 94px;*/
  text-align: center;
}
.descr-img .download a {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: url("../img/download_img.png") no-repeat 0 0;
  margin-top: 5px;
}
.descr-img .download .info {
  font-size: 13px;
  color: #F0F0F0;
}
.descr-img .download-image {
  width: 101px;
  height: 94px;
  border-left: 1px solid #3c3c3c;
  line-height: 94px;
  text-align: center;
}
.descr-img .download-image a {
  width: 19px;
  height: 19px;
  display: block;
  margin: 0 auto;
  background: url("../img/carousel-fullsize-19x19.png") no-repeat 0 0;
  margin-top: 37px;
}
.text-descr {
  margin: 0 118px 0 176px;
  font-size: 12px;
  line-height: 21px;
}
.text-descr .inner {
  display: table-cell;
  vertical-align: middle;
  height: 94px;
}
.media-gallery .img-big {
  margin: 16px 0 32px;
}
.media-gallery .jcarousel-list-horizontal {
  width: 630px;
}
.media-gallery .jcarousel-container li a,
.media-gallery .jcarousel-container li img {
  display: block;
}
.media-gallery .jcarousel-container img {
  border: 2px solid #fff;
}
.media-gallery .jcarousel-container li a {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.media-gallery .jcarousel-container li a.active {
  filter: alpha(opacity=100);
  opacity: 1;
}
.media-gallery .jcarousel-prev {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -86px;
  left: 24px;
  background: url("../img/carousel-16x16.png") no-repeat 0 -16px;
  cursor: pointer;
}
.media-gallery .jcarousel-prev:hover {
  background-position: 0 0;
}
.media-gallery .jcarousel-next {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -86px;
  left: 118px;
  background: url("../img/carousel-16x16.png") no-repeat -16px -16px;
  cursor: pointer;
}
.media-gallery .jcarousel-next:hover {
  background-position: -16px 0;
}