.block_img img{
  max-width: 245px;
  _width: expression(this.height < this.width && this.width > 245 ? 245 : true);
}

.block_img_detail img{
  max-width: 90px;
  _width: expression(this.height < this.width && this.width > 90 ? 90 : true);
  margin: 0;
}

.home_animace_obal{
  left:-3556.5px; // pokud jsou tri fotky
  /*left:-4038px; // pokud josu dve fotky*/
}

.foto_detail{
  width: 90px;
  text-align: center;
}

.block_images{
  width: 121px;
}

.block_text_prehled{
  /*width: 493px;
  max-width: 493px;*/
  width: 540px;
  max-width: 540px;
  overflow: hidden;
}

.block h1{
  margin-bottom: 7px;
  margin-top: 0px;
  line-height: normal;
}
.block_text h2{
  margin-bottom: 7px;
  
}
.h2_detail{
  color: #424242;
}

.block_text_vypis h2{
  width: 200px;
}

.block_text_clanek h1{
  width: 350px;
}

.detail_price{
  margin-top: 0;
}

.navigace_s_podmenu{
  width: 285px;
}

.detail_bez_foto{
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}

h1.h1_hledej{
  font-size: 20px;
  text-align: center;
}

.produkt_detail_hl_img img{
  max-width: 400px;
  _width: expression(this.height < this.width && this.width > 400 ? 400 : true);
}

.produkt_detail_foto_img img{
  max-width: 165px;
  _width: expression(this.height < this.width && this.width > 165 ? 165 : true);
}

.produkt_detail_blok{
  padding-left: 10px;
  padding-right: 10px;
}

.produkt_detail_tr_b{
  font-weight: bold;
}