.front {
  background: scroll #cdcdcd url(../images/bg-front.jpg) center top no-repeat;
}

/* Сайдбар */
.front #sidebar {
  float: left;
  width: 355px;
  z-index: 2;
}

/* Контент */
.front #content {
  float: right;
  margin-top: 0;
  width: 600px;
}

/* Блок "Основные ссылки" */
.front #block-menu_block-1 {
  margin-top: 130px;
  margin-right: 0;
}

/* Блок "Новое в чайном блоге" */
.front #block-customize-0 {
  margin-top: 115px;
}

.i18n-ru.front #block-customize-0 {
  margin-top: 60px;
}

/* Упаковка */
#tea-wrapper {
  padding-left: 83px;
  position: absolute;
  left: 287px;
  top: 140px;
  width: 297px;
  height: 396px;
  background: transparent url(../images/tea-shadow.png) center bottom no-repeat;
  z-index: 1;
}

#tea-wrapper object {
  margin-left: -10px;
}

/* Промо */
#about {
  margin: 135px 0 0 0;
  height: 415px;
}

#about-left {
  float: left;
  width: 240px;
  position: relative;
}

#about-right {
  float: right;
  width: 380px;
}

/* Слайдшоу */
#slideshow {
  position: relative;
}

#slideshow .slide {
  position: absolute;
  left: 0;
  top: 5px;
  padding: 30px 0 0 0;
  height: 330px;
  display: none;
  zoom: 1;
}

#slideshow .slide-header {
  height: 30px;
  width: 380px;
  background: transparent url(../images/slide-header.png) center top no-repeat;
}

#slideshow .slide-bottom {
  height: 15px;
  width: 380px;
  background: transparent url(../images/slide-bottom.png) center top no-repeat;
  overflow: hidden;
}

#slideshow .slide-desc {
  position: relative;
  height: 230px;
  width: 390px;
}

#slideshow .slide-desc-inner {
  position: absolute;
  bottom: 10px;
}

#slideshow .slide-desc-inner p {
  margin: 0;
}

/* Слайд 1 */
#slide-1 .slide-header {
  background-position: center 0;
}

#slide-1 .slide-bottom {
  background-position: center 0;
}

#slideshow #slide-1 {
  display: block;
  background: transparent url(../images/slide-img-1.png) center top no-repeat;
}

/* Слайд 2 */
#slide-2 .slide-header {
  background-position: center -30px;
}

#slide-2 .slide-bottom {
  background-position: center -15px;
}

#slideshow #slide-2 {
  background: transparent url(../images/slide-img-2.png) center top no-repeat;
}

/* Слайд 3
#slide-3 .slide-header {
  background-position: center -60px;
}

#slide-3 .slide-bottom {
  background-position: center -30px;
}

#slideshow #slide-3 {
  background: transparent url(../images/slide-img-3.png) center top no-repeat;
} */

/* Слайд 3 */
#slide-3 .slide-header {
  background-position: center -90px;
}

#slide-3 .slide-bottom {
  background-position: center -45px;
}

#slideshow #slide-3 {
  background: transparent url(../images/slide-img-4.png) center top no-repeat;
}

/* Ссылка "Поделиться" */
.front #share-main-block {
  left: auto;
  right: 0;
}

