     /* --- Slider --- */

.main_view {
  border:               1px solid #FF33FF;
}

.window {
  height:               420px;
  width:                1040px;
  overflow:             hidden;
  position:             relative;

}

.image_reel {
  position:             absolute;
  top:                  0;
  left:                 0;
}

.image_reel img {
  float:                left;
  border:               0;
}

.paging {
  position:             absolute;
  line-height:          40px;
  z-index:              10;
  text-align:           center;
  margin:               0 auto;
  top:                  430px;
  left:                 50px;
  right:                50px;
  width:                300px;

}

.paging a {
  text-decoration:      none;
  color:                #fff;
  background-image:     url(../../images/tecka_neaktivni.png);
  width:                22px;
  height:               23px;
  display:              block;
  float:                left;
  margin-left:          3px;
}

.paging a:hover {
  background-image:     url(../../images/tecka_aktivni.png);
}

.paging a.active {
  background-image:     url(../../images/tecka_aktivni.png);

}

.paging a:hover {
  font-weight:          bold;
}