#flash-rotator {
  position: relative;
}

.nej-header {
  position: absolute;
  top: 0;
  left: 0;
}

#carousel_container {
  position: relative;
  width: 749px;
  height: 217px;
  margin-top: 5px;
  background-image: url(../../../../img/korus-new/bg-home-nejprodavanejsi.jpg);
}

#category-home { 
  position: relative;
  width: 749px;
  height: 266px;
  background-image: url(../../../../img/korus-new/bg-home-category.jpg);
}

.category-home-in {
  float: left;
  width: 227px;
  height: 230px;
  padding-left: 20px;
  padding-top: 11px;
  margin-right: 3px;
  border: 0px red solid;
}

.category-home-in.last {
  margin-right: 0;
}

.category-home-in strong {
  font-size: 16px;
  display: block;
}

#category-home a strong {
  color: #000000;
  text-decoration: none;
}

#category-home a:hover strong {
  color: #FF6600;
}

.category-home-in ul {
  margin-top: 10px;
  padding-left: 0;
}

.category-home-in li {
  padding: 2px 0 2px 15px;
  list-style: none;
  background-image: url(../../../../img/korus-new/bg-home-category-list.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
}

.category-home-in li a {
  color: #000000;
}

.category-home-in li a:hover {
  color: #FF6600;
}


