/* nemrég megtekintett */
#recentSlider {
  float: left;
  width: 90%;
  overflow: hidden;
  position: relative;
  height: 280px;
  margin-bottom: 20px;
}
#recentSlider .cover{
	width: 3000px;
	position: absolute;
}
#recentSlider .item {
  width: 130px;
  float: left;
  padding: 20px 20px;
}
#recentSlider .item .foto {
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin-bottom: 6px;
}
#arrowButtonLeft, #arrowButtonRight {
  float: left;
  display: block;
  width: 9px;
  height: 16px;
  margin-top: 80px;
  background:url(../images/slider_arrows.gif) no-repeat;
  outline: none;
}
#arrowButtonLeft {
  margin-right: 20px;
  background-position: 0px 0px;
}
#arrowButtonRight {
  margin-left: 20px;
  background-position: 0px -16px;
}
#arrowButtonLeft:hover {
  background-position: -9px 0px;
}
#arrowButtonRight:hover {
  background-position: -9px -16px;
}




/* a termékhez tartozó fotok */
#fotoSlider {
  float: left;
  width: 360px;
  overflow: hidden;
  position: relative;
  height: 120px;
  margin-bottom: 20px;
}
#fotoSlider .cover{
	width: 2000px;
	position: absolute;
	height:120px;
}
#fotoSlider .item {
  width: 110px;
  float: left;
  padding: 10px 5px;
  text-align: center;
}
#fotoArrowButtonLeft, #fotoArrowButtonRight {
  float: left;
  display: block;
  width: 9px;
  height: 16px;
  margin-top: 60px;
  background:url(../images/slider_arrows.gif) no-repeat;
  outline: none;
}
#fotoArrowButtonLeft {
  margin-right: 10px;
  background-position: 0px 0px;
}
#fotoArrowButtonRight {
  margin-left: 20px;
  background-position: 0px -16px;
}
#fotoArrowButtonLeft:hover {
  background-position: -9px 0px;
}
#fotoArrowButtonRight:hover {
  background-position: -9px -16px;
}

/* feliratok */
.megnevezes {
  /*height: 66px;*/
  padding-bottom: 5px;
}




