
#torzs .images {
  position: relative;
  top: 40px;
  width: 940px;
  height: 360px;
  margin: 0 auto;
  /*left: 120px;  */
}
/* container for slides */

/* single slide */  
#torzs .images div {
  position: absolute;
  display:none;
  margin: 0px;
}

/*
.images div {
    display:none; 
    position:absolute;
    top: 0;
    left: 0;
    margin:0px;
/*    padding: 0px 30px 15px 0px; 
    height:201px;
    font-size:12px;
}


#torzs .navi {
  position: relative;
  background:url(elemek/kek_kocka.jpg); 
  width:  188px;
  height: 100px;  
  top:  40px;
  left: 120px;
}
*/        
/* tabs (those little circles below slides)  */
#torzs .slidetabs {
  position: absolute; 
  top:  469px;
  left: 130px;
  clear:both;
}

/* single tab */
#torzs .slidetabs a {
  width:188px;
  height:67px;
  float:left; 
/*  margin:3px; */
  background:url(elemek/navigator2.png) 0 0 no-repeat;
/*  display:block;
  font-size:1px; */
}
/*
#torzs .navi div{   
  font-size:      22px;
  color: #ffffff;  
  text-align:  left;  
  padding: 10px 10px 0 10px;
}
*/
/* mouseover state  */
#torzs .slidetabs a:hover {
  background-position:0 -100px;
}

/* active state (current page state)  */
#torzs .slidetabs a.current {
  background-position:0 -200px;
}
.b1, .b2, .b3, .b4{
  font-size:      16px;
  color: #000000;  
  text-align:  center;  
  font-weight: bold;  
}
.b1 {
  background-color: #99ccff;
}
.b2 {
  background-color: #ffcc00; 
}
.b3 {
  background-color: #ff8080; 
}
.b4 {
  background-color: #00ff00;  
}
.b5 {
  background-color: #800080;
  font-size:      22px;
  color: #ffffff;  
  text-align:  center;  
  font-weight: bold;  
}

